-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (63 loc) · 1.87 KB
/
Copy path_config.yml
File metadata and controls
70 lines (63 loc) · 1.87 KB
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
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
minimal_mistakes_skin: "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings
locale: "zh-TW"
title: "李柏鋒 on github"
title_separator: "-"
subtitle: # site tagline that appears below site title in masthead
name: "李柏鋒"
description: "A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server."
url: # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl: # the subpath of your site, e.g. "/blog"
# Site Author
author:
name: "Pofeng Lee"
avatar: # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio: "a pediatrician who loves to promote open source in his spare time"
location: "Taiwan"
email: "pofeng@gmail.com"
links:
- label: "個人網站"
icon: "fas fa-fw fa-link"
url: "https://web.pofeng.org"
- label: "檔案列表"
icon: "fas fa-fw fa-file-alt"
url: "/list/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/pofeng"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/pofeng"
# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/pofeng"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/pofeng"
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# Show future posts
future: true
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
#
# https://help.github.com/articles/configuring-jekyll/
# https://help.github.com/articles/redirects-on-github-pages/