-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
97 lines (75 loc) · 1.98 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
baseurl = "https://defcon-russia.ru/"
title = "DEF CON group DCG7812 St.Petersburg,Russia"
languageCode = "en-us"
# Pagination
paginate = 3
paginatePath = "page"
contentDir = "content"
# Theme to use
theme = "retrofulhugo"
[taxonomies]
tag = "tags"
category = "categories"
# Google analytics
# googleAnalytics = ""
[Author]
handle = "root"
name = "Russian DEF CON group: DC7812"
email = "[email protected]"
github = "defcon-russia"
twitter = "defconrussia"
youtube = "https://www.youtube.com/channel/UCPl0neGOB-NmarQ741-yBKg"
twitch = "defconrussia"
# Languages
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[languages.en]
languageName = "Eng"
[[languages.en.menu.main]]
url = "/"
name = "Home"
weight = 1
[[languages.en.menu.main]]
url = "/about/"
name = "About"
weight = 2
[[languages.en.menu.main]]
url = "/contact/"
name = "Contact"
weight = 3
[languages.ru]
languageName = "Ru"
[[languages.ru.menu.main]]
url = "/ru/"
name = "Главная"
weight = 1
[[languages.ru.menu.main]]
url = "/about/"
name = "О нас"
weight = 2
[[languages.ru.menu.main]]
url = "/contact/"
name = "Контакты"
weight = 3
# Links format
[permalinks]
post = "/:year/:month/:title/"
[params]
# Main sections (currently used for the recent posts in the sidebar)
# mainSections = ["post"]
# Default author
author = "root"
# logo = "img/srm.png"
logo = "img/logo.png"
favicon = "img/favicon.ico"
# Date format (default: Jan 2, 2006)
# date_format = "Jan 2, 2006"
# Display post summaries instead of content in list templates (default: true)
# truncate = false
[params.sidebar]
# Whether to show the recent posts or not (default: true)
# showRecent = false
# Whether to show the taxonomies or not (default: true)
# showTaxonomy = false
# How many posts to show on the sidebar (Default: 5)
# num_recent_posts = 5