-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
35 lines (27 loc) · 945 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
baseURL = 'https://display-tubes.org/'
languageCode = 'en-us'
title = 'Display Tubes'
theme = 'slick'
[pagination]
pagerSize = 1000
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = true
noClasses = false
[params]
description = "Discover the charm of vintage display technology—Nixie tubes, VFDs, Numitrons, and more. This site showcases their timeless glow and ingenious design through carefully curated images as well as additional information on their operation."
showNavHeader = true
dateFmt = "02 Jan 2006"
showMetaDates = true
showRssLink = true
showmetalinks = true
opengraph = true
mainSections = ["nixie", "other", "nomotron", "documents", "numitron", "magic-eye", "vfd", "dekatron"]
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = -1