forked from g1eny0ung/hugo-theme-dream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.example.toml
executable file
·57 lines (42 loc) · 968 Bytes
/
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
baseurl = "https://example.com"
languageCode = "en"
defaultContentLanguage = "en"
title = "Hugo Theme Dream"
theme = "hugo-theme-dream"
# [services]
# [services.disqus]
# shortname = ""
# [services.googleAnalytics]
# ID = ""
[params]
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 = ""
# VALINE_LANGUAGE = ""
# email = ""
siteStartYear = 2016
# favicon = "/favicon.ico"
# Syntax highlighting
# customSyntaxHighlighting = true
# options
# stickyNav = true
# showSummaryCoverInPost = true
# hasTwitterEmbed = true
# [params.advanced]
# customCSS = ["css/custom.css"]
# customJS = []
# [params.experimental]
# jsDate = true
# jsDateFormat = "yyyy年MM月dd日"