-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (51 loc) · 1.58 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
# Site configuration
title: 'Plaintro'
author: 'Author Name'
# Starting year shown in the footer
# i.e. Copyright [start_year]-[this_year]
#
# if you only want to show this year, edit this value to blank.
# i.e. Copyright [this_year]
start_year: 2020
# Pagination setup
paginate: 4
paginate_path: "/blog/page:num/"
# Custom blog post file path
permalink: /blog/:year/:title.html
# Custom path to blog archive
# (feed is auto-generated at url/feed.xml through jekyll-feed)
blog:
archive: '/blog/archive.html'
feed: '/feed.xml'
# Default website url
url: https://xh5a5n6k6.github.io
# Page title will link to defualt_url
default_url: '/'
# google analytics Track/Measurement ID setup
google_analytics_id:
# Menu pages shown in the top-navigation
#
# it's recommended to use up to five pages.
menu:
- {name: 'Home', url: '/'}
# If using blog page, its url MUST match [paginate_path]
# set above
- {name: 'Blog', url: '/blog/'}
- {name: 'Portfolio', url: '/portfolio/'}
- {name: 'Resume', url: '/resume.html'}
# Social icons shown in the top-navigation
#
# it's recommended to use up to four icons.
#
# social icons are powered by Font Awesome
# more icons can be found there: https://fontawesome.com/
social:
- {icon: 'github-square', link: 'https://www.github.com/xh5a5n6k6/'}
- {icon: 'vimeo-square', link: 'https://vimeo.com/user108255640/'}
- {icon: 'twitter-square', link: 'https://twitter.com/xh5a5n6k6/'}
- {icon: 'linkedin', link: 'https://www.linkedin.com/in/chiayu-hank-chou/'}
# Plugins used in plaintro theme
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-feed