@@ -70,86 +70,6 @@ author:
70
70
vine : # Username
71
71
weibo : # Username
72
72
wikipedia : # Username
73
- xing : # Username
74
- youtube : # Username
75
- zhihu : # Username
76
-
77
- # Publication Category - The following the list of publication categories and their headings
78
- publication_category :
79
- books :
80
- title : ' Books'
81
- manuscripts :
82
- title : ' Journal Articles'
83
- conferences :
84
- title : ' Conference Papers'
85
-
86
- # Site Settings
87
- teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
88
- breadcrumbs : false # true, false (default)
89
- words_per_minute : 160
90
- future : true
91
- read_more : " disabled" # if enabled, adds "Read more" links to excerpts
92
- talkmap_link : false # change to true to add link to talkmap on talks page
93
- comments :
94
- provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
95
- disqus :
96
- shortname :
97
- discourse :
98
- server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
99
- facebook :
100
- appid :
101
- num_posts : # 5 (default)
102
- colorscheme : # "light" (default), "dark"
103
- staticman :
104
- allowedFields : ['name', 'email', 'url', 'message']
105
- branch : " gh-pages" # "master", "gh-pages"
106
- commitMessage : " New comment."
107
- filename : comment-{@timestamp}
108
- format : " yml"
109
- moderation : true
110
- path : " _data/comments/{options.slug}"
111
- requiredFields : ['name', 'email', 'message']
112
- transforms :
113
- email : " md5"
114
- generatedFields :
115
- date :
116
- type : " date"
117
- options :
118
- format : " iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
119
- atom_feed :
120
- hide : false # change to true to hide the RSS feed in the footer
121
- path : # blank (default) uses feed.xml
122
-
123
-
124
- # SEO Related
125
- google_site_verification :
126
- bing_site_verification :
127
- alexa_site_verification :
128
- yandex_site_verification :
129
-
130
-
131
- # Social Sharing
132
- twitter :
133
- username : &twitter
134
- facebook :
135
- username :
136
- app_id :
137
- publisher :
138
- og_image : # Open Graph/Twitter default site image
139
- # For specifying social profiles
140
- # - https://developers.google.com/structured-data/customize/social-profiles
141
- social :
142
- type : # Person or Organization (defaults to Person)
143
- name : # If the user or organization name differs from the site's name
144
- links : # An array of links to social media profiles
145
-
146
-
147
- # Analytics
148
- analytics :
149
- provider : " false" # false (default), "google", "google-universal", "google-analytics-4", "custom"
150
- google :
151
- tracking_id :
152
-
153
73
154
74
# Reading Files
155
75
include :
@@ -161,26 +81,23 @@ exclude:
161
81
- " *.sublime-workspace"
162
82
- .asset-cache
163
83
- .bundle
164
- - .github
165
84
- .jekyll-assets-cache
166
85
- .sass-cache
167
- - assets/js/_main.js
168
- - assets/js/plugins
169
- - assets/js/vendor
170
86
- CHANGELOG
171
87
- Capfile
172
- - config
173
- - Dockerfile
174
88
- Gemfile
175
89
- Gruntfile.js
176
- - gulpfile.js
177
90
- LICENSE
178
- - local
91
+ - README
92
+ - Rakefile
93
+ - assets/js/_main.js
94
+ - assets/js/plugins
95
+ - assets/js/vendor
96
+ - config
97
+ - gulpfile.js
179
98
- log
180
99
- node_modules
181
- - package.json*
182
- - Rakefile
183
- - README
100
+ - package.json
184
101
- tmp
185
102
- vendor
186
103
keep_files :
@@ -210,7 +127,7 @@ kramdown:
210
127
enable_coderay : false
211
128
212
129
213
- # These settings control the types of collections used by the template
130
+ # Collections
214
131
collections :
215
132
teaching :
216
133
output : true
@@ -226,7 +143,7 @@ collections:
226
143
permalink : /:collection/:path/
227
144
228
145
229
- # These settings control how pages and collections are included in the site
146
+ # Defaults
230
147
defaults :
231
148
# _posts
232
149
- scope :
@@ -282,7 +199,6 @@ defaults:
282
199
author_profile : true
283
200
share : true
284
201
285
-
286
202
# Sass/SCSS
287
203
sass :
288
204
sass_dir : _sass
@@ -293,23 +209,22 @@ sass:
293
209
permalink : /:categories/:title/
294
210
# paginate: 5 # amount of posts to show
295
211
# paginate_path: /page:num/
296
- timezone : Etc/UTC # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
212
+ timezone : America/Los_Angeles # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
297
213
298
214
299
215
# Plugins
300
216
plugins :
301
- - jekyll-feed
302
- - jekyll-gist
303
217
- jekyll-paginate
304
218
- jekyll-sitemap
305
- - jemoji
306
-
307
- # Mimic GitHub Pages with --safe
308
- whitelist :
309
- - jekyll-feed
310
219
- jekyll-gist
220
+ - jekyll-feed
221
+ - jekyll-redirect-from
222
+ # mimic GitHub Pages with --safe
223
+ whitelist :
311
224
- jekyll-paginate
312
225
- jekyll-sitemap
226
+ - jekyll-gist
227
+ - jekyll-feed
313
228
- jemoji
314
229
315
230
0 commit comments