-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
91 lines (81 loc) · 1.92 KB
/
Copy path_config.yml
File metadata and controls
91 lines (81 loc) · 1.92 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
title: "Zihao's Portfolio"
description: "Engineer & Computer Science student. Personal website, CV, and projects."
theme: "minimal-mistakes-jekyll"
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-include-cache
- jekyll-paginate-v2
minimal_mistakes_skin: "dirt"
repository: "ZihaoFU245/ZihaoFU245.github.io"
math_provider: "mathjax"
# Math / Markdown configuration (required so kramdown preserves \( \) and \[ \] delimiters)
markdown: kramdown
kramdown:
input: GFM
math_engine: mathjax
math_engine_opts:
preview: false
syntax_highlighter: rouge
# Site-wide flag so Minimal Mistakes injects MathJax when any page sets mathjax: true
mathjax: true
# Site settings
url: "https://zihaofu245.me"
baseurl: ""
locale: "en-US"
title_separator: "-"
breadcrumbs: true
# Pagination (global defaults for jekyll-paginate-v2; page overrides allowed)
pagination:
enabled: true
per_page: 24
permalink: /page/:num/
title: ':title - Page :num'
sort_field: 'date'
sort_reverse: true
trail:
before: 2
after: 2
# Teaser / cover image
teaser: "/assets/cover.png"
# Collections
collections:
pages:
output: true
permalink: /:path/
projects:
output: true
permalink: /projects/:path/
author:
name: "Zihao Fu"
avatar: "/assets/images/profile.jpg"
bio: "Engineer, Computer Science student at HKUST. Interested in AI, systems, and more."
location: "Hong Kong"
email: "zihaofu12@gmail.com"
github: "ZihaoFU245"
linkedin: "zihao-fu-198b02374"
instagram: "zihao_fu06"
# Navigation
masthead_title: "Welcome to My Portfolio!"
defaults:
- scope:
path: ""
type: pages
values:
layout: single
classes: wide
- scope:
path: ""
type: projects
values:
layout: single
classes: wide
author_profile: true
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: false