-
-
Notifications
You must be signed in to change notification settings - Fork 139
/
hugo.example.toml
executable file
·68 lines (50 loc) · 1.22 KB
/
hugo.example.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
baseurl = "https://example.com"
defaultContentLanguage = "en"
languageCode = "en"
title = "Hugo Theme Dream"
theme = "hugo-theme-dream"
# [services]
# [services.disqus]
# shortname = ""
# [services.googleAnalytics]
# ID = ""
[params]
# zenMode = true
lightTheme = "emerald"
darkTheme = "forest"
# backgroundImage = "me/background.jpg"
# backgroundImageDark = ""
author = "Dream"
# description = ""
# avatar = "img/avatar.png"
headerTitle = "Hugo Theme Dream"
# motto = ""
# footerBottomText = ""
# rss = true
# utterancesRepo = ""
# valine = true
# LEANCLOUD_APP_ID = ""
# LEANCLOUD_APP_KEY = ""
# waline = true
# walineServer = ""
# email = ""
siteStartYear = 2016
# favicon = "favicon.ico"
# Syntax highlighting
# customSyntaxHighlighting = true
# options
# stickyNav = true
# reorderNavItems = ["search", "rss", "posts", "categories", "tags"]
# collapseNavItems = ["posts", "categories", "tags"]
# noDefaultSummaryCover = true
# showTableOfContents = true
# showSummaryCoverInPost = true
# showPrevNextPost = true
# reorderShares = ["x", "facebook", "whatsapp"]
# [params.navItems]
# [params.advanced]
# customCSS = ["css/custom.css"]
# customJS = []
# [params.experimental]
# jsDate = true
# jsDateFormat = "yyyy年MM月dd日"