-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathconfig.toml
48 lines (41 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
baseURL = "http://blog.skycoin.net/blog/"
languageCode = "en-us"
title = "Skycoin Blog"
# config to deploy on github pages
publishDir = "docs"
#googleAnalytics = ""
#disqusShortname = ""
# hugo-xmin specific variables
theme = "hugo-xmin"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
note = "/note/:year/:month/:day/:slug/"
[[menu.main]]
name = "Posts"
url = "/"
weight = 1
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
name = "Subscribe"
url = "/index.xml"
[author]
name = "Skycoin"
[params]
keywords = "skycoin"
description = "Skycoin Project Updates"
footer = "[skycoin.net](https://skycoin.net) | [Github](https://github.com/skycoin) | [Explorer](https://explorer.skycoin.net) | [Hugo XMin Theme](https://github.com/yihui/hugo-xmin)"
email = ""
github = "skycoin"
#gitlab = "gitlab id"
twitter = "skycoinproject"
#linkedin = "linkedin id"