-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.toml
76 lines (62 loc) · 1.61 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
## Basic Configuration
baseurl = "https://vimberlin.de/"
languageCode = "en"
title = "Vimberlin"
theme = "hyde-hyde"
## Hugo Built-in Features
enableRobotsTXT = true
summarylength = 30
# paginate = 6
## Site Settings
[params]
themeColor = "theme-base-07"
author = "MyHammerTech"
title = "Vimberlin"
description = "the gathering for Vim-enthusiasts in Berlin"
authorimage = "img/logo.jpg"
dateformat = "Jan 2, 2006"
# sidebar, copyright & license
showBuiltWith = true
# https://highlightjs.org
highlightjs = true
highlightjsstyle = "github"
# please choose either GraphComment or Disqus or Utterances
#GraphCommentId = "..."
#UtterancesRepo = "..." # https://utteranc.es/
#UtterancesIssueTerm = "..." # pathname, url, title, og:title
#UtterancesTheme = "..." # github-light or github-dark
# Table of contents
#toc = none, "hugo", or "tocbot"
## Social Accounts
[params.social]
facebook = "vimberlin"
twitter = "vimberlin"
mastodon = "@vimberlin"
github = "vimberlin"
youtube = "vimfest"
groups = "vimberlin"
[params.meta]
keywords = "vim, vimberlin, nvim, nevim, unix, linux, tools"
## Main Menu
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 200
url = "/about/"
[[menu.main]]
name = "Newsletter"
identifier = "newsletter"
weight = 200
url = "/newsletter/"
[[menu.main]]
name = "Imprint"
identifier = "imprint"
weight = 300
url = "/imprint/"
[permalinks]
posts = "/:title/"