-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
61 lines (54 loc) · 1.45 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
baseurl = "http://blog.bhavenger.com/"
languageCode = "en-us"
title = "Techologies 101"
MetaDataFormat = "toml"
theme = "blackburn"
paginate = 5
PaginatePath = "/"
canonifyurls = true
[author]
name = "Dmitriy Zaitsev"
[indexes]
tag = "tags"
topic = "topics"
[permalinks]
# Permalink format for pages.
page = "/:filename/"
# Permalink format for blog posts.
post = "/:year/:month/:filename/"
[params]
highlightjs = "solarized-dark"
# Footer; Markdown accepted here.
footer = "Copyright 2016 © Dmitriy Zaitsev"
subtitle = "Keep It Simple Stupid"
brand = "bhavenger"
# Description and keywords for <meta> tags.
# Remember to set this for your main page.
# This will be overridden by whatever is set by the page or post,
# defined by `description` and `keywords` variables in the front matter
# of the markdown file.
description = "Блог о технологиях и обучении"
keywords = "devops, it, techonologies, docker, aws"
googleAnalytics = "UA-74400829-1"
disqus = "techologies101"
[social]
email = "mailto:[email protected]"
github = "bhavenger"
#bitbucket = "url-to-your-bitbucket"
twitter = "bhavenger"
stackoverflow = "2677712/bhavenger"
linkedin = "bhavenger"
facebook = "bhavenger"
[menu]
# Menu for the nav bar.
# There must always be one item present (e.g. home).
[[menu.main]]
identifier = "home"
name = "home"
url = "/"
weight = 0
[[menu.main]]
identifier = "about"
name = "about"
url = "/about/"
weight = 1