-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (42 loc) · 1.2 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
49
baseURL = "/"
languageCode = "ja-JP"
DefaultContentLanguage = "ja"
title = "Tech Notes"
theme = "docdock"
themesdir = "themes"
[params]
editURL = "https://github.com/vjeantet/hugo-theme-docdock/edit/master/exampleSite/content/"
noHomeIcon = false # default is false
noSearch = false # default is false
showVisitedLinks = true # default is false
# themeStyle = "theme" # overide base css
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/nikuyoshi/tech-notes"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-twitter'></i> Twitter"
url = "https://twitter.com/nikuyoshi"
weight = 11
#
# [[menu.shortcuts]]
# name = "<i class='fa fa-camera'></i> Showcases"
# url = "/showcase"
# weight = 11
#
# [[menu.shortcuts]]
# name = "<i class='fa fa-bookmark'></i> Hugo Documentation"
# identifier = "hugodoc"
# url = "https://gohugo.io/"
# weight = 20
#
# [[menu.shortcuts]]
# name = "<i class='fa fa-bullhorn'></i> Credits"
# url = "/credits"
# weight = 30