This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
58 lines (51 loc) · 1.53 KB
/
_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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name : Seattle Feminist JS
authors :
ava:
display_name: Ava Collins
gravatar: 74100339cab4aedcf3c66e5b6724a096
email: [email protected]
web: http://simplesthing.com
twitter: simplesthing
github: simplesthing
pattyok:
display_name: Patty O'Hara
email: [email protected]
twitter: pattyok
jessica:
display_name: Jessica Wicksnin
email: [email protected]
github: https://github.com/jwicksnin
avajessica:
display_name: Ava Collins and Jessica Wicksnin
source : .
destination : ./_site
plugins_dir : ./_plugins
layouts_dir : ./_layouts
sass_dir : ./_sass
include : ['.htaccess']
exclude : []
keep_files : ['.git','.svn']
gems : []
timezone : nil
encoding : nil
exclude: ["node_modules", "gulpfile.js", "package.json"]
future : true
show_drafts : nil
limit_posts : 0
highlighter : rouge
permalink : /:title
paginate_path : 'page:num'
paginate : nil
markdown : kramdown
markdown_ext : markdown,mkdown,mkdn,mkd,md
textile_ext : textile
excerpt_separator : "\n\n"
safe : false
watch : false # deprecated
server : false # deprecated
host : 0.0.0.0
port : 4000
baseurl : /
url : http://localhost:4000
lsi : false
encoding : UTF-8