-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
110 lines (90 loc) · 2.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
baseurl = "http://blog.slabnet.com/"
languageCode = "en-us"
title = "Hugo's Blog"
copyright = "© 2017 Hugo Slabbert. <a href=\"http://creativecommons.org/licenses/by/4.0/\">Some rights reserved</a>. Please attribute properly and link back."
theme = "hucore"
disqusShortname = "blog-slabnet-com"
[taxonomies]
# Optional. Use if you want tags and lists.
category = "categories"
tag = "tags"
topic = "topics"
#[author]
# name = "Hugo Slabbert"
# email = "[email protected]"
[indexes]
tags = "tags"
[[menu.main]]
name = "Home"
pre = "<i class='fa fa-home fa-fw'></i>"
weight = 0
identifier = "home"
url = "/"
[[menu.main]]
name = "Posts"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 1
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Tags"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 2
identifier = "tags"
url = "/tags/"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 3
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Disclaimer"
url = "/disclaimer"
weight = 4
[params]
brand = "Hugo's Blog"
description = "Mostly tech...mostly"
subtitle = "Mostly tech...mostly"
author = "Hugo"
# Sidebar position
# false, true, "left", "right"
sidebar = "left"
# Select a syntax highight.
# Check the static/css/highlight directory for options.
#highlight = "default"
twitter_username = "hugoslabbert"
disqus = "blog-slabnet-com"
disqus_shortname = "blog-slabnet-com"
sharingicons = true
keywords = ["tech", "networking"]
[params.highlight]
style = "solarized-dark"
languages = ["bash", "go", "dockerfile", "python", "powershell"]
[[params.social]]
url = "https://github.com/hslabbert"
fa_icon = "fa-github"
[[params.social]]
url = "https://gitlab.com/hslabbert"
fa_icon = "fa-gitlab"
[[params.social]]
url = "https://twitter.com/hugoslabbert"
fa_icon = "fa-twitter"
[[params.social]]
url = "https://linkedin.com/in/hugoslabbert"
fa_icon = "fa-linkedin-square"
[[params.social]]
url = "/index.xml"
fa_icon = "fa-rss"
[[params.socialshare]]
url = "https://linkedin.com/in/hslabbert"
fa_icon = "fa-linkedin-square"
[social]
# Link your social networking accouns to the side menu
# by entering your username or ID.
# SNS microblogging
twitter = "hugoslabbert"
googleplus = "HugoSlabbert-B178313E"
linkedin = "hugoslabbert"
github = "hslabbert"
reddit = "BitterOleNetworkOp"