-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·48 lines (43 loc) · 1.05 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 = "https://www.innnblog.com/"
languageCode = "en-US"
title = "Innnnnnnnnnn"
# Enable comments by entering your Disqus shortname
#disqusShortname = ""
# Enable Google Analytics by entering your tracking code
# googleAnalytics = "UA-39295142-1"
theme = "hugo-sustain"
disableHugoGeneratorInject = true
#publishDir = "docs"
[permalinks]
blog = "/:year/:month/:slug"
[params]
avatar = "ava.jpeg"
author = "Sarat Limawongpranee"
description = "Thai Blog Diary"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
[params.social]
Email = "[email protected]"
Twitter = "CyrusZhang99"
## Main Menu
# [[menu.main]]
# name = "hire"
# weight = 10
# identifier = "hire"
# url = "http://hire.innnblog.com/"
[[menu.main]]
name = "blog"
weight = 20
identifier = "blog"
url = "/blog/"
# [[menu.main]]
# name = "projects"
# identifier = "projects"
# weight = 200
# url = "/projects/"
[[menu.main]]
name = "About"
identifier = "About"
weight = 300
url = "/about/"