-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
64 lines (54 loc) · 1.28 KB
/
hugo.toml
File metadata and controls
64 lines (54 loc) · 1.28 KB
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
baseURL = 'https://lptr.github.io/'
languageCode = 'en-us'
title = 'Redneck Overengineering'
theme = 'hugo-coder'
[params]
since = 2021
author = 'Lóránt Pintér'
description = 'Taking farm automation to extreme levels'
colorScheme = "auto"
hidecolorschemetoggle = true
customSCSS = ["scss/custom.scss"]
commit = "https://github.com/lptr/lptr.github.io/tree/"
contactEmail = "lorant@pindoro.eu"
gravatar = 'lorant@pindoro.eu'
# Menu
[[menu.main]]
name = "Blog"
weight = 1
url = "/blog/"
[outputs]
home = ["html"]
blog = ["html", "rss"]
# Social links
[[params.social]]
name = "GitHub"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/lptr/"
[[params.social]]
name = "Mastodon"
icon = "fa-brands fa-mastodon fa-2x"
weight = 2
url = "https://mas.to/@lptr"
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 3
url = "https://www.linkedin.com/in/lorantpinter/"
[[params.social]]
name = "RSS"
icon = "fa-solid fa-rss fa-2x"
weight = 4
url = "https://lptr.github.io/blog/index.xml"
rel = "alternate"
type = "application/rss+xml"
[params.umami]
siteID = "b6c0fdbc-a1b5-4581-bdd5-ed239d653585"
scriptURL = "https://analytics.cornucopia-machines.eu/script.js"
[services]
[services.disqus]
shortname = "lptr"
[caches]
[caches.images]
dir = ':cacheDir/images'