-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
102 lines (82 loc) · 2.02 KB
/
hugo.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#baseURL = 'https://www.chicks.net/'
baseURL = '/'
# maybe, see https://discourse.gohugo.io/t/viewing-a-site-without-a-server/35825
#uglyURLs = true
#relativeURLs = true
languageCode = 'en-us'
title = "Christopher Hicks"
theme = ["github.com/adityatelange/hugo-PaperMod"]
[[module.imports]]
path = "github.com/adityatelange/hugo-PaperMod"
[params]
#body_classes = "avenir bg-near-white"
schema.publisherType = "Person"
ShowReadingTime = true
ShowShareButtons = true
ShowBreadCrumbs = true
ShowWordCount = true
UseHugoToc = true
comments = false
author = "Christopher Hicks"
keywords = ["Blog", "Chicks", "FINI"]
[params.assets]
# favicon = ""
theme_color = "#a903fc"
[params.profileMode]
enabled = true
title = "Christopher Hicks"
subtitle = "home on the web"
imageUrl = "/chicks/chicks_wedding01.jpg"
imageTitle = "Wedding picture of Christopher Hicks by Julie"
imageWidth = 716
imageHeight = 724
[[params.profileMode.buttons]]
name = "intro"
url = "/intro"
[[params.profileMode.buttons]]
name = "posts"
url = "/posts"
[[params.profileMode.buttons]]
name = "links"
url = "/links"
[[menu.main]]
identifier = "intro"
name = "Intro"
url = "/intro"
weight = 10
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
weight = 20
[[menu.main]]
identifier = "links"
name = "Links"
url = "/links"
weight = 30
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/archives"
weight = 80
[[params.socialIcons]]
name = "github"
url = "https://github.com/chicks-net"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/chicks2fini"
[[params.socialIcons]]
name = "youtube"
url = "https://www.youtube.com/@ChristopherHicksFINI"
[[params.socialIcons]]
name = "stackoverflow"
url = "https://stackexchange.com/users/2276315/chicks"
[[params.socialIcons]]
name = "serverfault"
url = "https://serverfault.com/users/205542/chicks"
[[params.socialIcons]]
name = "steam"
url = "https://steamcommunity.com/profiles/76561198037662755/"
[[params.socialIcons]]
name = "rebrickable"
url = "https://rebrickable.com/users/chicks/"