-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathhugo.toml
41 lines (36 loc) · 910 Bytes
/
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
baseURL = "http://localhost/"
languageCode = "en-us"
title = "LinuxBoot"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsUseClassic = true
# for the calendar iframe, we need raw HTML, which is omitted since Hugo 0.60.0
# unless `unsafe = true` is set. See https://gohugo.io/news/0.60.0-relnotes/
[markup.goldmark.renderer]
unsafe = true
[Params]
useChroma = true
subtitle = "Let Linux do it"
logo = "images/logo.png"
favicon = "images/favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = false
comments = true
readingTime = true
[Author]
name = "The LinuxBoot project"
website = "https://www.linuxboot.org"
email = "[email protected]"
github = "linuxboot"
twitter = "LinuxBootOrg"
[[menu.main]]
name = "FAQ"
url = "page/faq/"
weight = 1
[[menu.main]]
name = "Artwork"
url = "page/artwork/"
weight = 2