-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
122 lines (111 loc) · 2.38 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
#Jekyll config file
#title of site
name: Ben Balter
#description of site
description: "GitHubber, Gov 2.0 Evangelist, Aspiring Attorney"
#URL of site, include http://, do not include a trailing slash
url: "http://windhamdavid.github.com"
#files to exclude, array
exclude:
- README.md
- bundle
- src
- CNAME
- Gemfile
- Gemfile.lock
- package.json
- script
- test
- less
- scss
- media
- composer.json
- component.json
- grunt.js
#number of items in RSS feed
rss_limit: 10
prose:
siteurl: "http://windhamdavid.github.com"
media: assets/img
relativeLinks: http://windhamdavid.github.com/links.jsonp
metadata:
_posts:
- name: categories
field:
label: Categories
element: select
placeholder: Select a category
options:
- name: Technology
value: technology
- name: Business
value: business
- name: Law
value: law
- name: layout
field:
element: hidden
value: post
- name: title
field:
element: text
label: Title
value: ""
- name: excerpt
field:
element: text
label: Excerpt
value: ""
- name: author
field:
element: text
label: Author
value: Ben Balter
- name: comments
field:
element: checkbox
label: Comments Enabled
value: true
- name: tags
field:
element: text
label: Tags
value: ""
"/":
- name: title
field:
element: text
label: Title
value: ""
- name: excerpt
field:
element: text
value: ""
- name: id
field:
element: text
value: ""
- name: layout
field:
element: select
placeholder: Select a layout
options:
- name: Page
value: page
- name: Home
value: home
- name: Default
value: default
- name: Resume
value: resume
#google analytics username
ga_username: 'UA-1906067-6'
#build config
highlighter: true
markdown: kramdown
timezone: America/New_York
encoding: UTF-8
plugins:
- jemoji
- jekyll-mentions
- jekyll-redirect-from