-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·128 lines (120 loc) · 3 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
123
124
125
126
127
128
# Site wide configuration
title: "Linguistic Landscape"
description: "A Collection of StoryMaps"
logo: # 120x120 px default image used for Twitter summary card
teaser: linguistic-landscape.jpg # 400x250 px default teaser image used in image archive grid
locale: en
url: "ds-pages.swarthmore.edu/linguistic-landscape"
baseurl: "/linguistic-landscape"
feed:
path: atom.xm
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
gems:
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-paginate
# Site owner
owner:
name: Swarthmore College Library Digital Scholarship
email: [email protected]
twitter:
google:
ad-client:
ad-slot:
bio:
avatar: logo-mccabe-web.png # 160x160 px image for author byline
disqus-shortname:
# prose.io front matter settings
prose:
rooturl: '_posts/articles'
media: 'images'
metadata:
_posts/articles:
- name: "title"
field:
element: "text"
label: "Title"
placeholder: "Enter your title"
value: ""
- name: "layout"
field:
element: "hidden"
value: "article"
- name: "author"
field:
element: "hidden"
value: "group5"
- name: "group_members"
field:
element: "text"
label: "Group members"
value: ""
- name: "modified"
field:
element: "hidden"
value: CURRENT_DATETIME
- name: "image_teaser"
field:
element: "hidden"
value: ""
- name: "storymap_id"
field:
element: "text"
label: "Storymap ID"
placeholder: "example: 772f6677de9353fe75919801ec1cb48b"
help: "If including a Storymap, enter the string of characters included in your Storymap project URL"
value: ""
- name: "storymap_title"
field:
element: "text"
label: "Storymap title"
placeholder: "example: zombies-and-the-spread-of-fear"
help: "If including a Storymap, enter the title associated with your Storymap project"
value: ""
- name: "timeline_id"
field:
element: "text"
label: "Timeline ID"
placeholder: "example: 1uGjhA8mK551YwHW1wRF5sh1utOxDV73JfuJbILe2jOI"
help: "If including a Timeline, enter the string of characters included in your Timelinejs project URL"
value: ""
- name: "published"
field:
element: "checkbox"
label: "Publish?"
help: "Check the box when ready to publish"
value: false
include:
- .htaccess
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp
- vendor