-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
79 lines (65 loc) · 1.77 KB
/
config.toml
File metadata and controls
79 lines (65 loc) · 1.77 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
baseURL = 'https://atedeg.dev/'
languageCode = 'en-us'
title = 'atedeg'
theme = "hello-friend-ng"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Enable toggle for dark mode
enableThemeToggle = true
# Subtitle for home
homeSubtitle = ""
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "Atedeg website"
keywords = "homepage, blog"
images = [""]
[[params.social]]
name = "github"
url = "https://github.com/atedeg"
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "ATEDEG"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
# logoText = "atedeg"
# logoHomeLink = "/"
# or
#
path = "/img/atedeg-logo-light-icon.svg"
alt = "Atedeg logo"
# And you can even create generic menu
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
[[menu.main]]
identifier = "project"
name = "Projects"
url = "projects/"
[params.footer]
trademark = true
rss = false
copyright = true
author = false
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Made with ❤ by <a href=\"https://github.com/atedeg\">atedeg</a>"
]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true