-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
72 lines (64 loc) · 1.76 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
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
baseURL = "https://dennislee.xyz/"
languageCode = "en-us"
title = "Dennis Lee"
theme = "hugo-ivy"
footnotereturnlinkcontents = "↩"
enableGitInfo = true
enableRobotsTXT = true
copyright = """
This page is licensed under a [Creative Commons Attribution 4.0 International License][CC-BY-4.0].
[![CC-BY-4.0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by.svg)][CC-BY-4.0]
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/
"""
[frontmatter]
date = [":filename", ":default", ":fileModTime"]
[permalinks]
blog = "/:year/:slug/"
# [[menu.main]]
# name= "Blog"
# url= "/blog"
[[menu.main]]
name = "Email"
pre = '<span class="fas fa-envelope"></span> '
url = "mailto:%64%65%6E%6E%69%73%40%44%65%6E%6E%69%73%4C%65%65%2E%78%79%7A"
[[menu.main]]
name = "GitHub"
pre = '<span class="fab fa-github"></span> '
url = "https://github.com/DennisLeexyz"
[[menu.main]]
name = "GitLab"
pre = '<span class="fab fa-gitlab"></span> '
url = "https://gitlab.com/DennisLeexyz"
[[menu.main]]
name= "Recipes"
pre = '<span class="fas fa-lemon"></span> '
url= "/recipe"
# [[menu.main]]
# name= "Projects"
# pre = '<span class="fa fa-project-diagram"></span> '
# url= "/projects"
# [[menu.main]]
# name= "Résumé/CV"
# url= ""
# [[menu.main]]
# name= "Setup"
# pre = '<span class="fa fa-desktop"></span> '
# url= "https://github.com/dennisleexyz/dotfiles/wiki"
[[menu.main]]
name = "Subscribe"
pre = '<span class="fa fa-rss"></span> '
url = "/blog/index.xml"
# [[menu.main]]
# name = "Twitter"
# pre = '<span class="fab fa-twitter"></span> '
# url = "https://twitter.com/DennisLeexyz"
# [params]
# description = ""
[taxonomies]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 3
endLevel = 6