-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (35 loc) · 1006 Bytes
/
config.toml
File metadata and controls
45 lines (35 loc) · 1006 Bytes
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
# hostname (and path) to the root, e.g. http://spf13.com/
baseurl = "https://zyfdegh.github.io/"
# include content marked as draft
buildDrafts = false
# include content with publishdate in the future
buildFuture = false
# include content already expired
buildExpired = false
languageCode = "en-us"
title = "独行的蚂蚁 - 博客"
# enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
canonifyURLs = true
disqusShortname = "zyfdegh"
# Enable Emoji emoticons support for page content.
# See www.emoji-cheat-sheet.com
enableEmoji = true
# theme to use (located by default in /themes/THEMENAME/)
themesDir = "themes"
theme = "hugo-lithium-theme"
[params]
description = ""
disqusURL = "https://zyfdegh.github.io"
[params.logo]
url = "ant.png"
width = 50
height = 50
alt = "Logo"
[[menu.main]]
name = "Articles"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2