-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
207 lines (190 loc) · 7.49 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
baseurl = "https://zeusville.com/"
DefaultContentLanguage = "en"
title = "zeusville"
theme = "hugo-future-imperfect-slim"
preserveTaxonomyNames = true
paginate = 20
disqusShortname = ""
googleAnalytics = ""
pluralizeListTitles = false
disableLanguages = [""]
[params]
# Loads CSS and JavaScript files. The variable is an array so that you can load
# multiple/additional files if necessary. The standard theme files can be loaded
# by adding the value, "default". Default includes the add-on.css and and-on.js.
# Example: ["default", "/path/to/file"]
cssFiles = ["default"]
jsFiles = ["default"]
# Sets options for highlight.js
highlightjs = true
highlightjsTheme = "github"
highlightjsLang = ["html", "css", "js", "toml"]
# Sets where "View More Posts" links to
viewMorePostsLink = "/posts/"
# Activate Estimated Reading Times, which appear in the post headers
readingTime = true
# Sets which Social Share links appear in posts.
# Options are twitter, facebook, reddit, linkedin, pinterest, email
socialShare = ["twitter", "facebook", "reddit", "linkedin",
"pinterest", "email"]
[params.meta]
# Sets the meta tag description
description = "Random thoughts about work and life."
# Sets the meta tag author
author = "jesus m. rodriguez"
# If you would like to add more comprehensive favicon support passed root
# directory favicon.ico, utlize this funtion. It is recommened to use
# https://realfavicongenerator.net to generate your icons as that is the basis
# for the theme's naming.
favicon = false
svg = true
faviconVersion = "1"
msColor = "#ffffff" # Copy from the https://realfavicongenerator.net
iOSColor = "#ffffff" # Copy from the https://realfavicongenerator.net
[params.header]
# Sets the navbarTitle that appears in the top left of the navigation bar
navbarTitle = "zeusville"
# Sets navbarTitle to match the section of the website
dynamicTitles = true
searchMenu = true
shareMenu = true
languageMenu = true
# These are optional params related to the sidebar. They are recommended, but not
# required for proper functionality. HTML is supported within the params.
[params.intro]
#header = "Hugo Future Imperfect Slim"
#paragraph = "Another fine, responsive site template by <a href='http://html5up.net'>HTML5 UP</a>."
header = "Zeusville"
paragraph = "Random thoughts about work and life"
rssIntro = true
socialIntro = true
# This appears at the top of the sidebar above params.intro.header.
# A width of less than 100px is recommended from a design perspective.
[params.intro.pic]
#src = "/img/main/logo.jpg"
src = "/img/beach1.jpg"
# Masks image in a certain shape. Supported are circle, triangle, diamond, and hexagon.
shape = "circle"
width = "250px"
alt = "Beach"
[params.sidebar]
about = "test"
# Sets the number of recent posts to show in the sidebar. The default value is 5.
postAmount = 5
# set to show or to hide categories in the sidebar
categories = true
# Sets Categories to sort by number of posts instead of alphabetical
categoriesByCount = true
[params.footer]
# Sets RSS icons to appear on the sidebar with the social media buttons
rssFooter = true
# Sets Social Media icons to appear on the sidebar
socialFooter = true
# Disqus will take priority over Staticman (github.com/eduardoboucas/staticman)
# due to its ease of use. Feel free to check out both and decide which you would
# prefer to use. See Staticman.yml for additional settings.
[params.staticman]
# Sets Statiman to be active
# If using GitHub, go to https://github.com/apps/staticman-net
# If using GitLab, just add the GitLab bot, NO need to hit `/connect/v3/...`
staticman = false
# Sets the location for Staticman to connect to
api = "dev.staticman.net" # without trailing slash
gitProvider = "github" # either "github" or "gitlab"
username = ""
repo = ""
branch = ""
[params.staticman.recaptcha]
recaptcha = false
siteKey = "" # Site Key
encryptedKey = ""
[menu]
# Sets the menu items in the navigation bar
# Identifier prepends a Font Awesome icon to the menu item
[[menu.main]]
name = "Home"
url = "/"
identifier = "fas fa-home"
weight = 1
# [[menu.main]]
# name = "About"
# url = "/about/"
# identifier = "far fa-id-card"
# weight = 2
[[menu.main]]
name = "Blog"
url = "/posts/"
identifier = "far fa-newspaper"
weight = 3
[[menu.main]]
name = "Categories"
url = "/categories/"
identifier = "fas fa-sitemap"
weight = 5
[[menu.main]]
name = "Tags"
url = "/tags/"
identifier = "fas fa-tags"
weight = 6
# [[menu.main]]
# name = "Contact"
# url = "/contact/"
# identifier = "far fa-envelope"
# weight = 7
[Languages]
# Each language has its own menu.
[Languages.en]
languageCode = "en"
LanguageName = "English"
weight = 1
# Sets Social Media icons to appear and link to your account. Value should be your
# username unless otherwise noted. These are the icons affected by socialAppearAtTop
# and socialAppearAtBottom.
[social]
# Coding Communities
github = "jmrodri/"
gitlab = ""
stackoverflow = "" # User Number
bitbucket = ""
jsfiddle = ""
codepen = ""
# Visual Art Communities
deviantart = ""
flickr = "jmrodri"
behance = ""
dribbble = ""
# Publishing Communities
wordpress = ""
medium = ""
# Professional/Business Oriented Communities
linkedin = "jmrodri"
linkedin_company = ""
foursquare = ""
xing = ""
slideshare = ""
# Social Networks
facebook = "jmrodri"
googleplus = ""
reddit = "zeusman3"
quora = ""
youtube = ""
vimeo = ""
whatsapp = "" # WhatsApp Number
# WeChat and QQ need testing.
wechat = ""
qq = "" # User ID Number
instagram = "jmrodri69"
tumblr = ""
twitter = "jmrodri"
skype = ""
snapchat = ""
pinterest = ""
telegram = "jmrodri69"
vine = ""
googlescholar = ""
orcid = ""
researchgate = ""
keybase = "jmrodri"
mastodon = ""
# Email
email = "[email protected]"