forked from syui/hugo-theme-air
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
30 lines (27 loc) · 810 Bytes
/
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
BaseUrl= "https://syui.cf/hugo-theme-air/"
LanguageCode= "en-US"
Title= "Hugo Theme Air"
paginate = 5
DisqusShortname = ""
Copyright = "All rights reserved - 2016"
canonifyurls = true
[author]
name = "syui"
[permalinks]
post = "/post/:year/:month/:day/:slug"
[params]
description = "this is my description"
cover = "images/user.jpg"
author = "syui"
authorlocation = ""
authorwebsite = "https://syui.cf/hugo-theme-air"
bio= "my bio"
logo = "images/user.png"
googleAnalyticsUserID = ""
# Optional RSS-Link, if not provided it defaults to the standard index.xml
RSSLink = ""
githubName = "syui"
twitterName = ""
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
mainSections = ["post"]