-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
62 lines (62 loc) · 1.21 KB
/
config.yaml
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
baseURL: https://yintingchou.com/
title: My Blog
author: Yin-Ting Chou
paginate: 6
languageCode: en
DefaultContentLanguage: en
enableInlineShortcodes: yes
footnoteReturnLinkContents: ^
theme: harbor
Author:
name: Yin-Ting Chou
permalinks:
page: /:filename/
post: /posts/:filename/
outputs:
section:
- JSON
- HTML
googleAnalytics: "UA-90830701-1"
params:
favicon: favicon.ico
logo:
alt: Logo
height: 50
url: icon.png
width: 50
mainSections: post
math: true
nav:
- icon: fas fa-user fa-lg
identifier: about
name: About
url: /about/
weight: 3
# - icon: fas fa-solid fa-book fa-lg
# identifier: notion
# name: Notion
# weight: 3
# url: /notion/
- icon: fas fa-folder-open fa-lg
identifier: categories
name: Category
url: /categories/
weight: 3
- icon: fas fa-archive fa-lg
identifier: archives
name: Archives
url: /archives/
weight: 3
- icon: fas fa-search fa-lg
identifier: search
name: Search
url: /search/
weight: 3
social:
- icon: fab fa-github
name: github
url: https://github.com/choux130
markup:
goldmark:
renderer:
unsafe: true