-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
55 lines (49 loc) · 1.24 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
baseURL = 'https://ross.ch/'
languageCode = 'en-GB'
title = 'Ross Chadwick'
enableRobotsTXT = true
summaryLength = 10
[params]
dateFormat = "02 Jan 2006"
description = "Hacker, explorer, maker of strange things that are sometimes useful."
logo = "favicon.svg"
copyright = "Copyright (c)"
license = "https://raw.githubusercontent.com/chadsr/ross.ch/master/LICENSE"
reposExclude = [
"https://github.com/chadsr/ross.ch",
"https://github.com/chadsr/rpi-network-bridge",
]
[params.author]
name = 'Ross Chadwick'
[outputs]
home = ['html', 'rss']
section = ['html']
taxonomy = ['html']
term = ['html']
[taxonomies]
category = 'categories'
tag = 'tags'
[languages]
[languages.en]
languageCode = 'en-GB'
languageName = 'English'
weight = 1
[languages.en.params]
reading_speed = 238
[build]
noJSConfigInAssets = true
[build.buildStats]
enable = true
[module]
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'node_modules/@fontsource-variable/space-grotesk/files/space-grotesk-latin-wght-normal.woff2'
target = 'static/fonts/space-grotesk-latin-wght-normal.woff2'
[[module.mounts]]
source = 'assets'
target = 'assets'
[[module.mounts]]
source = 'node_modules/@fortawesome/fontawesome-free/scss'
target = 'assets/scss/fontawesome'