-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
48 lines (43 loc) · 1.07 KB
/
hugo.toml
File metadata and controls
48 lines (43 loc) · 1.07 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
baseURL = "https://amather.github.io/"
languageCode = "en-us"
theme = "terminal"
publishDir = "docs"
pagination.pagerSize = 5
[markup]
[markup.highlight]
style = "monokai"
lineNos = true
lineNumbersInTable = true
guessSyntax = false
[markup.goldmark.renderer]
unsafe = true
[params]
contentTypeName = "posts"
showMenuItems = 2
fullWidthTheme = false
centerTheme = true
showLastUpdated = false
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages]
[languages.en]
title = "amather"
subtitle = "C# engineering notes"
keywords = "csharp, dotnet, programming"
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "amather@blog:~$"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"