-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
52 lines (40 loc) · 942 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
baseurl = "http://www.claykom.com"
title = "Clayton K. Blog"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
[services]
[services.disqus]
shortname = 'wontdisappoint'
[params]
author = "Clayton Kominik"
info = "Software & Automation Developer"
description = "Clayton Kominik's personal website"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2021
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# Social Links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/claykom/"
[[params.social]]
name = "Twitter"
icon = "fa-brands fa-x-twitter fa-2x"
weight = 3
url = "https://x.com/wontdisappoint_"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[menu.main]]
name = "About"
weight = 2
url = "about/"