-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (41 loc) · 1.19 KB
/
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
baseurl = "https://deadfate.rbind.io/"
languageCode = "en-us"
title = "算是紀錄一下"
theme = "hugo-xmin"
googleAnalytics = "G-5MGE2DNNX9"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
footnotereturnlinkcontents = "↩"
hasCJKLanguage = true
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 3
[[menu.main]]
name = "Tags"
url = "/Tags/"
weight = 4
[params]
author = "黃天原"
description = "A website built through Hugo and blogdown."
since = "2020"
footer = "© [本站採用CC4.0授權](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh_TW) | [Github](https://github.com/deadfate-sky/blog)"
highlightjsVersion = "9.18.1"
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang = ["r", "python","yaml"]
highlightjsTheme = "github"
likerID = "evan19983314"
dateFormatToUse = "2006-01-02"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true