-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
51 lines (37 loc) · 1.1 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
baseurl = "https://blog.decred.org/"
languageCode = "en-us"
title = "Decred Blog"
theme = "decred-blog"
copyright = "[DECRED BLOG](https://blog.decred.org/) ALL RIGHTS RESERVED."
# disablePathToLower is necessary to maintain backwards compatability with old blog links
disablePathToLower = true
[pagination]
pagerSize = 5
[taxonomies]
author = "authors"
tag = "tags"
[permalinks]
posts = "/:year/:month/:day/:title/"
# [[menu.sidebar]]
# name = "Link 1"
# url = "https://example.com"
# [[menu.sidebar]]
# name = "Link 2"
# url = "https://example.org"
[[menu.navbar]]
name = "GitHub"
url = "https://github.com/decred"
# Theme variables
[params]
# date_format describes how dates will be formatted throughout the blog.
# Specify with Go's time formatting syntax.
date_format = "January 2, 2006"
# Display post summaries instead of content in list templates (default: true)
#truncate = true
# Site image used to populate og:image tags.
images = ["/images/card.png"]
[params.sidebar]
num_recent_posts = 5
[params.social]
twitter = "decredproject"
github = "decred"