-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
executable file
·188 lines (157 loc) · 5.57 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
# hostname (and path) to the root eg. https://appernetic.github.io/
# baseurl = "/"
baseurl = "https://blog.victormendonca.com/"
# Remark if you want to disable multilingual support.
DefaultContentLanguage = "en"
# If you want all of the languages to be put below their respective language code,
# enable DefaultContentLanguageInSubdir = true. Without enabling it english content
# will be in the root and other languages in their respective subfolder such as /sv/.
# See [Languages] settings at the end of this file.
# Use this languageCode if it's not a multilingual site and also remove all language blocks and menus in the language sections to disable multilingual support.
# language blocks.
# Language
#languageCode = "en"
# SES friendly url:s
canonifyurls = true
# Frontmatter format
# "yaml", "toml", "json"
metaDataFormat = "toml"
# Theme to use (located in /themes/THEMENAME/)
theme = "hugo-bootstrap-premium"
# Pagination
paginate = 5
paginatePath = "page"
# Enable Disqus integration
disqusShortname = "victorbrca-github-io"
[permalinks]
post = "/:year/:month/:day/:filename/"
code = "/:filename/"
[taxonomies]
tag = "tags"
topic = "topics"
[author]
name = "Victor Mendonca"
email = ""
#
# All parameters below here are optional and can be mixed and matched.
#
[params.theme]
name = "default"
[params.popover]
# This is a highly configurable popover form.
enablepopover = false #enable or disable popover: true/false.
posturl = "https://zapier.com/hooks/catch/1227563/" # Your zapier post hook.
headerimage = "//placehold.it/1000x600"
expirecookie = 5 #show it again after number of days to visitors that has not subscribed.
cookiename = "mycookie1" #give the cookie a unique name variable (avoid spaces and strange characters).
signupheader = "Join Our Newsletter"
showmodaltimeout = 10000 #show popover modal after time interval in milliseconds.
mouseleave = true #show popover when mouse leaves window: true/false.
modalsize = "" #lg or sm. Empty is md. If phone is detected lg is used.
imagedescription = "Placeholder image for this popover modal optin form"
signuptext = "Signup today for free and be the first to get notified on new updates."
inputplaceholder = "Enter your email"
submitbutton = "Subscribe"
successmessage = "Thanks for your subscription!"
errormessage = "Submitting form failed!"
optin = true #opt-in: true/false
[params]
# menu for changing language. This changes languages with js and stores the choice with the help of JavaScript in a Cookie. Then the path is rewritten with pathnamereplace.js. The name of the md files needs to have the same name for each language abbreviation to work correctly. Example: showcase.en.md and showcase.sv.md. It only works if DefaultContentLanguageInSubdir = true
switchlang = false
# You can use markdown here.
BrandImage = "" #top header brand image.
brand = "Victor's blog" # brand image alt text.
topline = "Technical blog of your average Linux user"
footline = "code with <i class='fa fa-linux'></i>"
customJS = []
customCSS = ["/css/style_custom.css"]
# Text for the top menu link, which goes to the root URL for the site.
# Default (if omitted) is "Home".
home = "home"
mailmunchid = "" # Mailmunch site id
sumomeid = "" # Sumome id
mathjax = "2.7.1" # cdnjs hosted version; empty string to disable mathjax
# Show a sidebar menu
showRightSidebar = true
# Select a syntax highlight.
# Check the static/css/highlight directory for options.
highlight = "github"
# Google Analytics.
googleAnalytics = "G-1P1YY6BDG2"
# Sidebar social links.
github = "victorbrca" # Your Github profile ID
bitbucket = "" # Your Bitbucket profile ID
linkedin = "" # Your LinkedIn profile ID (from public URL)
googleplus = "" # Your Google+ profile ID
facebook = "" # Your Facebook profile ID
twitter = "18440926" # Your Twitter profile ID
youtube = "" # Your Youtube channel ID
flattr = "" # populate with your flattr uid
[blackfriday]
angledQuotes = false
fractions = false
hrefTargetBlank = false
latexDashes = true
plainIdAnchors = true
extensions = []
extensionmask = []
# Menus
# If you want active menu items highlighted for internal pages don't add them here, they need to be added in each files front matter.
# like this:
#[menu]
# [menu.main]
# name = "Showcase"
# weight = 3
# identifier = "showcase"
# i18n menus. A menu will be added for each language to the right in the top menu. This menu will switch to the selected language. Remember to add the corresponding language in pathnamereplace.js.
#[[Languages.sv.menu.switchlang]]
# name = "English"
# identifier = ""
# weight = 4
# url = "en"
[Languages]
[Languages.en]
languageCode = "en"
weight = 1
copyright = "(c) 2018 Copyright Victor Mendonça"
title = "Victor's Blog" # Site title
[[Languages.en.menu.main]]
name = "Home"
pre = ""
weight = 1
identifier = "post"
url = "https://blog.victormendonca.com/"
[[Languages.en.menu.main]]
name = "About"
# pre = ""
weight = 2
identifier = "about"
url = "https://blog.victormendonca.com/about/"
[[Languages.en.menu.main]]
name = "Professional"
weight = 3
identifier = ""
url = "https://geekit.ca/"
[[Languages.en.menu.main]]
name = "Manhattan Blog"
weight = 4
identifier = ""
url = "https://manhattan.victormendonca.com/"
# pre = "<i class='fa fa-road'></i>"
# [[Languages.en.menu.main]]
# name = "Personal"
# weight = 4
# identifier = ""
# url = "https://personal.victormendonca.com/"
# [[Languages.en.menu.footer]] # add links to the bottom right corner.
# name = "Disclaimer"
# pre = "<i>·</i>"
# identifier = "disclaimer"
# weight = 1
# url = "/disclaimer/"
#
# [[Languages.en.menu.footer]]
# name = "Terms"
# identifier = "terms"
# weight = 2
# url = "/terms/"