-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
60 lines (45 loc) · 1.02 KB
/
config.toml
File metadata and controls
60 lines (45 loc) · 1.02 KB
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
baseURL = 'https://ceald.cc'
languageCode = 'en-US'
title = "Ceald's Blog"
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30
[[menus.main]]
name = 'About'
pageRef = '/about'
weight = 40
[module]
[module.hugoVersion]
extended = false
min = '0.146.0'
# this is needed when you fetch the theme as a submodule to your repo.
[[module.imports]]
path = "./moonlit"
[params.twitter]
# set Twitter handles for Twitter cards
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
# do not include @
creator = ""
site = ""
[params]
github = "https://github.com/Ceald1"
linkedin = ''
email = ''
#twitter = ''
hackthebox = 'https://app.hackthebox.com/profile/440221'
[markup.tableOfContents]
startLevel = 2 # Start from h2 (skip h1)
endLevel = 4 # Include up to h4
ordered = false # Use <ul> instead of <ol>
[outputs]
home = ["HTML", "JSON"]