-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
124 lines (105 loc) · 3.37 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
baseURL = "https://gatheesha.github.io/"
languageCode = "en-us"
title = "gath's blog"
#theme = "cactus"
copyright = "gath" # cactus will use title if copyright is not set
#disqusShortname = "example" # Used when comments is enabled. Cactus will use site title if not set
#googleAnalytics = "G-B5QYXWB0HB"
# summaryLength = 2
# Main menu which appears below site header.
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/posts"
weight = 2
# [[menu.main]]
# name = "Tags"
# url = "/tags"
# weight = 3
[[menu.main]]
name = "Games"
url = "/games"
weight = 3
[[menu.main]]
name = "Digital-Art"
url = "/digitalart"
weight = 4
[[menu.main]]
name = "Client-Work"
url = "/clientwork"
weight = 5
[[menu.main]]
name = "About"
url = "/about"
weight = 6
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokai'
tabWidth = 5
[markup.goldmark.renderer]
unsafe= true
[params]
colortheme = "custom" # dark, light, white, or classic
rss = false # generate rss feed. default value is false
googleAnalyticsAsync = false # use asynchronous tracking. Synchronous tracking by default
showAllPostsArchive = false # default
# Home page settings
description = "and I do graphics design and game development"
mainSection = "posts" # your main section
showAllPostsOnHomePage = true # default
postsOnHomePage = 5 # this option will be ignored if showAllPostsOnHomePage is set to true
tagsOverview = false # show tags overview by default.
showProjectsList = true # show projects list by default (if projects data file exists).
projectsUrl = "https://github.com/gohugoio" # title link for projects list
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
dateFormat = "2006-01-02" # default
# Post page settings
show_updated = true # default
showReadTime = true # default
mainSectionTitle = "Latest Blog Posts"
[params.comments]
enabled = true # default
engine = "cactus_comments" # only disqus, utterances, and cactus_comments is supported
# [params.comments.utterances]
# repo = "<github_username>/<github_reponame>"
# label = "hugo-site-name" # you can use however you want to label your name in your repo's issues
# theme = "github-light"
[params.comments.cactuscomments]
siteName = "gathsblog" # see https://cactus.chat/ on how to register your site name
serverUrl = "" # Defaults to https://matrix.cactus.chat:8448 (Cactus Chat public server)
serverName = "" # Defaults to cactus.chat
# the value of name should be an valid font awesome icon name (brands type)
# https://fontawesome.com/icons?d=gallery&s=brands
[[params.social]]
name = "instagram"
link = "https://www.instagram.com/gatheesha22/"
[[params.social]]
name = "twitter"
link = "https://twitter.com/Gatheesha"
[[params.social]]
name = "github"
link = "https://github.com/gatheesha"
[[params.social]]
name = "itch-io"
link = "https://gatheesha.itch.io"
[[params.social]]
name = "email"
link = "gnipulma@gmail.com" # no need for "mailto:" in the head