-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
58 lines (48 loc) · 1.54 KB
/
hugo.toml
File metadata and controls
58 lines (48 loc) · 1.54 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
baseURL = 'https://blog.yixboost.dev/'
languageCode = 'en-us'
title = 'Yixboost Blog'
theme = "nightfall"
enableRobotsTXT = true
[pagination]
pagerSize = 5
[params]
user = "root"
hostname = "blog.yixboost.dev"
displayDateFormat = "02.01.2006"
# Global metadata display settings
showMetadata = true # Master switch for all metadata display (default: true)
showPublishedDate = true # Show published date on post page (default: true)
showReadingTime = true # Show reading time on post page (default: true)
showTags = true # Show tags on post page (default: true)
showAuthors = true # Show authors on post page (default: true)
showCategories = true # Show categories on post page (default: true)
[params.author]
name = "Yixboost"
email = "https://link.yixboost.dev/contact"
avatarFirst = false
[[params.social]]
key = 0
name = "GitHub"
url = "https://link.yixboost.dev/github"
#icon = "fa-brands fa-github" # Add link to your icon font to `layouts/partials/custom-head.html`
#target = "_blank" # Defines your target option in a-href. _blank for a new Tab for example.
#aria = "GitHub Profile" # Define the aria label for accessibility like page reader - this is better for your SEO
[[params.social]]
key = 1
name = "Email"
url = "https://link.yixboost.dev/contact"
[params.styles]
color = "green"
[menu]
[[menu.header]]
name = "posts"
weight = 0
url = "/posts"
[[menu.header]]
name = "ctf"
weight = 0
url = "https://ctfteam.yixboost.dev"
[outputs]
home = ["HTML","RSS","JSON"]
[caches.images]
dir = ":cacheDir/images"