This repository has been archived by the owner on Feb 1, 2018. It is now read-only.
forked from sfbrigade/sfbrigade.github.io.2017-11-05
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
77 lines (73 loc) · 2.11 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
permalink: /:categories/:title/
markdown: kramdown
url: "http://opensaltlake.org"
defaultbranch: master
name: Open Salt Lake
description: A volunteer civic technology group.
owner:
twitter: opensaltlake
prose:
media: 'images/uploads'
rooturl: '_posts'
siteurl: http://opensaltlake.org
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
- /js
metadata:
_posts/blog:
- name: "layout"
field:
element: "hidden"
value: "blog"
- name: "title"
field:
element: "text"
label: "Title"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
options: "http://opensaltlake.org/api/tags.json?callback=tagsCallback"
alterable: true
placeholder: "Choose Tags"
- name: "author"
field:
element: "select"
label: "Author"
options: "http://opensaltlake.org/api/authors.json?callback=authorsCallback"
_posts/projects:
- name: "layout"
field:
element: "hidden"
value: "projects"
- name: "category"
field:
element: "hidden"
value: "projects"
- name: "title"
field:
element: "text"
label: "Title"
- name: "lead"
field:
element: "text"
label: "Short description"
help: "This text shows up directly under the name of the project and should be a one sentence description."
- name: "contact"
field:
element: "text"
label: "Contact email"
help: "This is used as the contact email where form submissions will get sent"
_posts/updates:
- name: category
field:
element: "hidden"
value: "updates"
- name: title
field:
element: "text"
label: "Title"
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]