-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
66 lines (57 loc) · 2.09 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
baseURL = "https://blog.erethon.com/"
languageCode = "en-us"
title = "Erethon's Corner"
theme = "hugo-htp"
paginate = 300
[params]
author = "Dionysis Grigoropoulos"
description = "Sharing my thoughts on Decentralization, Security and Operations."
avatar = "/images/avatar.webp"
avataralt = "A photo of the author where the face has been replaced with an xD smiley"
sidebar_footer = '<a xmlns:cc="http://creativecommons.org/ns#" href="https://erethon.com" property="cc:attributionName" rel="cc:attributionURL">Dionysis Grigoropoulos</a> - Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. <p><p>Powered by <a target="_blank" href="https://gohugo.io">Hugo</a> and the <a target="_blank" href="https://github.com/erethon/hugo-HackThePlanet-theme/">Hugo-HackThePlanet</a> theme.</p>'
disablereferrer = true
enableComments = true
footer = 'If you enjoy my work you can <a target="_blank" href="https://ko-fi.com/erethon"><img src="/images/kofi_button_blue.webp" style="height:25px;vertical-align:bottom"></a>'
[permalinks]
post = "/blog/:year/:month/:day/:title/"
blog = "/blog/:year/:month/:day/:title/"
[[menu.main]]
Name = "Blog"
URL = "/"
weight = -1
[[menu.main]]
Name = "About"
URL = "https://about.erethon.com"
weight = 10
[[menu.main]]
Name = "GitHub"
URL = "https://github.com/erethon"
weight = 20
[[menu.main]]
Name = "Mastodon"
URL = "https://libretooth.gr/@erethon"
weight = 30
[[menu.main]]
Name = "RSS Feed"
URL = "https://blog.erethon.com/index.xml"
weight = 40
[[menu.main]]
Name = "Ko-fi"
URL = "https://ko-fi.com/erethon"
weight = 50
#[mediaTypes]
# [mediaTypes.'text/micron']
# suffixes = ['mu']
#
#[outputs]
# home = ['HTML', 'RSS', 'MICRON']
# page = ['HTML', 'MICRON']
#
#[outputFormats]
# [outputFormats.Micron]
# name = 'MICRON'
# isPlainText = true
# isHTML = false
# mediaType = 'text/micron'
# path = '/micron/'
# permalinkable = true