-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (34 loc) · 931 Bytes
/
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
baseurl = "http://rootwire.space"
languageCode = "en"
title = "rootwire.space"
theme = "hucore"
copyright = "© 2018 <a href='http://rootwire.space'>RootWire</a>"
disqusShortname = "rootwire"
googleAnalytics = "trackingcode"
[taxonomies]
tag = "tags"
category = "categories"
[params]
description = "Welcome to RootWire!"
keywords = ["programming", "golang", "blog"]
author = "Brock Ramsey"
sharingicons = true
displayauthor = true
[params.highlight]
style = "github"
languages = ["go", "dockerfile"]
[[params.social]]
url = "https://github.com/bramz"
fa_icon = "fa-github"
[[params.social]]
url = "https://twitter.com/brockramz"
fa_icon = "fa-twitter"
[[params.social]]
url = "https://linkedin.com/in/brock-ramsey-921b078a"
fa_icon = "fa-linkedin-square"
[[params.social]]
url = "/index.xml"
fa_icon = "fa-rss"
[[params.socialshare]]
url = "https://linkedin.com/in/brock-ramsey-921b078a"
fa_icon = "fa-linkedin-square"