forked from randxie/randxie.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
50 lines (44 loc) · 1.01 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
# Website settings
url: "https://donfung.github.io/"
baseurl: ""
# Internal nav
nav:
main:
#projects: "/projects"
reading: "/reading"
# Bio settings
name: "Don Fung"
description: "The home page of Don Fung."
thumbnail_path: "profile-photos/donfung_profile.jpg"
# URLs
contact_urls:
linkedin:
url: "https://www.linkedin.com/in/don-fung-3099b111a/"
label: "LinkedIn"
icon: "linkedin-square"
github:
url: "https://github.com/donfung"
label: "GitHub"
icon: "github-square"
email:
url: "mailto:[email protected]"
label: "Email"
value: "[email protected]"
icon: "envelope-square"
# Jekyll build settings
paginate: 10
paginate_path: "/writing/page:num"
permalink: "/writing/:year/:month/:day/:title/"
sass:
sass_dir: "/assets/css"
style: :compressed
highlighter: rouge
timezone: 'America/Los_Angeles'
markdown: kramdown
disqus:
shortname: donfung
# Plugins (GitHub Pages only support a few)
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate