forked from shaisachs/laws-of-software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
32 lines (27 loc) · 930 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
title: Laws of Software
site-img: laws-of-software.jpg
description: A catalog of the laws guiding software development. Especially useful for individual contributors, new managers, and product managers who want to build well-made software.
permalink: ':title/'
baseurl: ""
url: "https://www.laws-of-software.com/"
site-twitter:
# Author Settings
author: Shai Sachs
author-img: shai-sachs.jpg # add your photo
about-author: I am a Staff Engineer at Wayfair. Contact me if you want to join us!
author-firstname: Shai
author-lastname: Sachs
social-home: https://shaisachs.com
social-twitter: shaisachs
social-facebook: shaisachs
social-github: shaisachs # add your Github handle
social-linkedin: shaisachs
social-email: # add your Email address
# Tracker
analytics: # Google Analytics
# Build Settings
markdown: kramdown
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]
collections:
laws:
output: true