-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
55 lines (51 loc) · 1.24 KB
/
config.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
paginate = 5
theme = "dienstag"
title = "Diy & Code"
languageCode = "en-us"
enableRobotsTXT = true
pygmentsstyle = "github"
pygmentscodefences = true
baseURL = "https://mydiy.space/"
disableHugoGeneratorInject = true
pygmentscodefencesguesssyntax = true
[params]
Version = 2.22
ExcludedTypes = ["page"]
Author = "Nenad Filipovic"
Description = "My web home, place where I will document my diy projects, solving problems in programming, coding mainly in javascript, python and soldering and building diy kits. Also will do a basic reviews of tools I make or buy."
Subtitle = "Personal blog about [electronics / diy / programming](https://github.com/nenadfilipovic)"
[sitemap]
ChangeFreq = "daily"
Priority = "1"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4
[[params.social]]
name = "Github"
icon = "github"
url = "https://github.com/nenadfilipovic"
[[params.social]]
name = "Gitlab"
icon = "gitlab"
url = "https://gitlab.com/nenadfilipovic"
[[params.social]]
name = "Email"
icon = "mail"
url = "mailto:[email protected]"
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"