-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (35 loc) · 848 Bytes
/
config.toml
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
# baseURL = 'https://yiqi0318.github.io'
# languageCode = 'en-gb'
# title = "Yi's Blog"
# theme = 'yinyang'
# defaultContentLanguage = "en"
# [languages.en]
# contentDir = "content/en"
# languageName = "English"
# # [languages.cn]
# # contentDir = "content/cn"
# # languageName = "Chinese"
# [params]
# headTitle = "Yi Qi"
# [[params.socials]]
# name = "GitHub"
# link = "https://github.com/yiqi0318"
baseURL = "https://yiqi0318.github.io/blog/"
languageCode = "en-gb"
title = "Yi's Blog"
theme = "yinyang"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
[languages.en]
contentDir = "content/en"
languageName = "English"
weight = 1
# [languages.cn]
# contentDir = "content/cn"
# languageName = "Chinese"
# weight = 2
[params]
headTitle = "Yi Qi"
[[params.socials]]
name = "GitHub"
link = "https://github.com/yiqi0318"