-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (57 loc) · 1.47 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
# Site settings
baseurl = "https://heshed.github.io/"
languageCode = "en-us"
title = "Heshed - Salva"
theme = "Hugo-Octopress"
builddrafts = false
# Enter your tracking code to enable Google Analytics
# googleAnalytics = "UA-XXXXXXXX-Y"
contentdir = "content"
datadir = "data"
layoutdir = "layouts"
publishdir = "public"
canonifyurls = true
SectionPagesMenu = "main"
highlightTheme = "solarized_dark"
paginate = 6
[[menu.sidebar]]
Name = "GitHub"
URL = "https://github.com/heshed"
weight = 0
[[menu.sidebar]]
Name = "old blog"
URL = "https://tech-heshed.tumblr.com/"
weight = 1
[taxonomies]
author = "authors"
category = "categories"
tag = "tags"
series = "series"
[params]
truncate = true
subtitle = "Heshed Heshed"
# customCSS = ["css/custom.css", "css/custom-font.css"]
googleAnalytics = "UA-84863059-1"
disqusShortname = "timo-boll-github"
rss = true
textrss = true
sidebarHeader = ""
sidebarText = "programming, Golang"
sidebarRecentLimit = "5"
sidebarMenuEnabled = true
sidebarMenuHeader = ""
sidebarNewWindow = true
highlightTheme = "solarized_dark"
searchEngineURL = "https://www.google.com/search"
continueReadingText = "more.."
bitbucket = ""
twitter = ""
keybase = ""
stackoverflow = ""
linkedin = ""
googleplus = ""
youtube = ""
github = "https://github.com/heshed"
facebook = ""
tableOfContents = true
generateTaxonomyList = true