-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
38 lines (38 loc) · 839 Bytes
/
Copy pathhugo.toml
File metadata and controls
38 lines (38 loc) · 839 Bytes
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
baseURL = "https://blog.mihlab.me/"
languageCode = "en-us"
title = "MIH"
theme = "archie"
paginate = 5
enableEmoji = true
enableRobotsTXT = true
[params]
customCSS = ["css/custom.css"]
mode = "auto"
copyright-year = '2026'
subtitle = "Tinkerer,Dabbler of DevOps,Unemployed Engg Grad"
[params.style]
darkBackground = "#212121"
darkAccent = "#e75448"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menus]
[[menu.main]]
name = "Machines"
pageRef = "/machines"
weight = 10
[[menu.main]]
name = "Raspberry Pi 4"
pageRef = "/machines/pi-4"
parent = "Machines"
weight = 1
[[menu.main]]
name = "X64"
pageRef = "/machines/X64"
parent = "Machines"
weight = 2
[[menu.main]]
name = "About"
pageRef = "/about"
weight = 20