Skip to content

Commit 8f045aa

Browse files
authored
Update _config.yml
1 parent 43b70b1 commit 8f045aa

File tree

1 file changed

+17
-102
lines changed

1 file changed

+17
-102
lines changed

_config.yml

Lines changed: 17 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -70,86 +70,6 @@ author:
7070
vine : # Username
7171
weibo : # Username
7272
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-
15373

15474
# Reading Files
15575
include:
@@ -161,26 +81,23 @@ exclude:
16181
- "*.sublime-workspace"
16282
- .asset-cache
16383
- .bundle
164-
- .github
16584
- .jekyll-assets-cache
16685
- .sass-cache
167-
- assets/js/_main.js
168-
- assets/js/plugins
169-
- assets/js/vendor
17086
- CHANGELOG
17187
- Capfile
172-
- config
173-
- Dockerfile
17488
- Gemfile
17589
- Gruntfile.js
176-
- gulpfile.js
17790
- 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
17998
- log
18099
- node_modules
181-
- package.json*
182-
- Rakefile
183-
- README
100+
- package.json
184101
- tmp
185102
- vendor
186103
keep_files:
@@ -210,7 +127,7 @@ kramdown:
210127
enable_coderay: false
211128

212129

213-
# These settings control the types of collections used by the template
130+
# Collections
214131
collections:
215132
teaching:
216133
output: true
@@ -226,7 +143,7 @@ collections:
226143
permalink: /:collection/:path/
227144

228145

229-
# These settings control how pages and collections are included in the site
146+
# Defaults
230147
defaults:
231148
# _posts
232149
- scope:
@@ -282,7 +199,6 @@ defaults:
282199
author_profile: true
283200
share: true
284201

285-
286202
# Sass/SCSS
287203
sass:
288204
sass_dir: _sass
@@ -293,23 +209,22 @@ sass:
293209
permalink: /:categories/:title/
294210
# paginate: 5 # amount of posts to show
295211
# 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
297213

298214

299215
# Plugins
300216
plugins:
301-
- jekyll-feed
302-
- jekyll-gist
303217
- jekyll-paginate
304218
- jekyll-sitemap
305-
- jemoji
306-
307-
# Mimic GitHub Pages with --safe
308-
whitelist:
309-
- jekyll-feed
310219
- jekyll-gist
220+
- jekyll-feed
221+
- jekyll-redirect-from
222+
# mimic GitHub Pages with --safe
223+
whitelist:
311224
- jekyll-paginate
312225
- jekyll-sitemap
226+
- jekyll-gist
227+
- jekyll-feed
313228
- jemoji
314229

315230

0 commit comments

Comments
 (0)