forked from dmah42/hamon.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
107 lines (93 loc) · 2.26 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
baseURL = 'https://hamon.dev/'
title = 'so i built a thing'
languageCode = 'en'
defaultContentLanguage = 'en'
theme = 'hugo-coder'
paginate = 20
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
author = "dma"
info = "🏢 engineering manager .. 🔙 ex-physicist .. 🐕 rescuer .. 💀 tattooed troublemaker .. 🧠🌈"
description = "dma blogs about building things"
keywords = "blog,developer,personal"
avatarurl = "images/avatar.jpg"
dateFormat = "2006-01-02"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2022
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
customCSS = []
customSCSS = []
customJS = []
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.social]]
name = "github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/dominichamon/"
[[params.social]]
name = "linkedin"
icon = "fa fa-linkedin fa-2x"
weight = 3
url = "https://www.linkedin.com/in/dominic-hamon-1733302/"
[[params.social]]
name = "stackoverflow"
icon = "fa fa-stack-overflow fa-2x"
weight = 4
url = "https://stackoverflow.com/users/55227/dma"
[[params.social]]
name = "steam"
icon = "fa fa-steam fa-2x"
weight = 7
url = "https://steamcommunity.com/profiles/76561197979265572/"
[[params.social]]
name = "twitch"
icon = "fa fa-twitch fa-2x"
weight = 5
url = "https://www.twitch.tv/dma42"
[[params.social]]
name = "mastodon"
icon = "fa fa-mastodon fa-2x"
weight = 2
url = "https://hachyderm.io/@dma"
#[[params.social]]
# name = "discord"
# icon = "fa fa-discord fa-2x"
# weight = 3
# TODO
# url = "https://twitter.com/runtime/"
[[params.social]]
name = "twitter"
icon = "fa fa-twitter fa-2x"
weight = 6
url = "https://twitter.com/runtime/"
[[params.social]]
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 4
url = "https://hamon.dev/index.xml"
rel = "alternate"
type = "application/rss+xml"
# Menu links
[[menu.main]]
name = "Projects"
weight = 1
url = "projects/"
[[menu.main]]
name = "Blog"
weight = 2
url = "blog/"
[[menu.main]]
name = "About"
weight = 3
url = "https://dominichamon.com/"
[markup.goldmark.renderer]
unsafe = true