-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
57 lines (48 loc) · 1.14 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
baseURL = "https://agren.cc"
languageCode = 'en-us'
DefaultContentLanguage = "en"
title = "agren.cc"
summarylength = 10
enableEmoji = true
enableRobotsTXT = false
publishDir = "."
# Syntax highlighting
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
[module]
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v4'
[pagination]
pagerSize = 10
[params]
author = 'agren.cc'
autoCover = true
fullWidthTheme = false
centerTheme = true
contentTypeName = "p"
customCSS = ["terminal.css"]
[languages]
[languages.en]
languageName = "English"
title = "agren.cc"
[languages.en.params]
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "This page does not exist."
missingBackButtonLabel = "Enable Guidance Subsystem"
[languages.en.params.logo]
logoText = "agren.cc"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about/index.html"
[[languages.en.menu.main]]
identifier = "mastodon"
name = "mastodon"
url = "https://telegrafverket.cc/@linus"