-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (63 loc) · 1.36 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
73
74
75
76
77
78
79
80
81
baseURL = 'https://charles.thyck.top'
# baseURL = 'http://localhost:3000' # for dev
languageCode = 'en-us'
title = 'Charles Ancheta'
theme = 'risotto'
enableEmoji = true
enableRobotsTXT = true
copyright = 'Charles Ancheta. MIT'
# For hugo >= 0.60.0, enable inline HTML
[markup.goldmark.renderer]
unsafe = true
[params.author]
name = 'Charles Ancheta'
email = '[email protected]'
[params]
noindex = false
rss = true
[params.theme]
palette = "base16-dark"
# Automatically add content sections to main menu
sectionPagesMenu = "main"
[params.about]
title = "Charles Ancheta"
description = "Computer Engineer"
logo = "/favicon.ico"
[[params.socialLinks]]
title = "GitHub"
url = "https://github.com/cbebe"
[[params.socialLinks]]
title = "LinkedIn"
url = "https://www.linkedin.com/in/charles-ancheta"
[[params.socialLinks]]
title = "RSS"
url = "/index.xml"
[[params.socialLinks]]
title = "Email"
url = "mailto:[email protected]"
[[params.socialLinks]]
title = "Mastodon"
url = "https://mastodon.social/@cbebe"
[menu]
[[menu.main]]
identifier = "work"
name = "Work"
url = "/work/"
weight = 10
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 20
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/post/"
weight = 30
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[languages]
[languages.en]
languageName = 'English'