forked from github/government.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (59 loc) · 1.96 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
# global settings
title: "Make government better, together."
description: "Stories of open data, open source, and open collaboration"
permalink: "/stories/:title"
url: http://government.github.com
relative_permalinks: false
tagline: 'Stories of <a href="/categories/#open-source" class="open source" title="Code or creation materials made easily accessible and free to the public.">open source</a>, <a href="/categories/#open-data" class="open data" title="Data made easily accessible and free to the public.">open data</a>, and <a href="/categories/#open-government" class="open government" title="An acessible, transparent and forthcoming with data government agency.">open government</a>.'
analytics_account: "UA-3769691-28"
# build settings
exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json"]
root: "/"
paginate: 6
markdown: kramdown
# prose settings
prose_server: "http://prose.io"
prose:
siteurl: "http://government.github.com"
media: "images"
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "story"
- name: "author"
field:
element: "text"
label: "Author"
value: ""
type: "text"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
type: "text"
- name: "description"
field:
element: "textarea"
label: "Description"
value: ""
- name: "image"
field:
element: "text"
label: "Image"
placeholder: "/images/YOUR_IMAGE.png"
value: ""
type: "text"
- name: "category"
field:
element: "select"
label: "Category"
options:
- name: "Open Government"
value: "open government"
- name: "Open Data"
value: "open data"
- name: "Open Source"
value: "open source"