-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
81 lines (74 loc) · 1.94 KB
/
hugo.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
69
70
71
72
73
74
75
76
77
78
79
80
81
baseURL = 'http://localhost:1313/'
languageCode = 'ja'
languageName = 'Japanese'
defaultContentLanguage = 'ja'
hasCJKLanguage = true
title = 'kakeruhirokami.com'
theme = 'hugo-PaperMod'
[params]
author = 'KakeruHirokami'
title = 'kakeruhirokami.com'
description = 'Blog of KakeruHirokami, a engineer.'
keywords = ['Blog', 'KakeruHirokami', 'sre', 'kubernetes']
images = ['/images/profile.png']
ShowReadingTime = true
ShowShareButtons = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
[params.assets]
favicon = "/favicon.ico"
favicon16x16 = "/favicon16x16.ico"
favicon32x32 = "/favicon32x32.ico"
apple_touch_icon = "/favicon.ico"
safari_pinned_tab = "/favicon.ico"
[module]
[[module.imports]]
path = 'github.com/hugomods/icons/vendors/bootstrap'
[[module.imports]]
path = 'github.com/hugomods/icons/vendors/font-awesome'
#[params.label]
# text = "Profile"
# iconHeight = 35
#
#[params.profileMode]
# enabled = true
# title = "I'm KakeruHirokami"
# subtitle = "a.k.a. yamo, a engineer."
# imageUrl = "profile.png"
# imageWidth = 200
# imageHeight = 200
# imageTitle = "yamoyamo"
#
# [[params.socialIcons]]
# name = "twitter"
# url = "https://twitter.com/yamoyamox"
#
# [[params.socialIcons]]
# name = "github"
# url = "https://github.com/kakeruhirokami"
#
# [[params.socialIcons]]
# name = "instagram"
# url = "https://www.instagram.com/yamoyamox/"
#
# [params.cover]
# hidden = true # hide everywhere but not in structured data
# hiddenInList = true # hide on list pages and home
# hiddenInSingle = true # hide on single page
# for search
# https://fusejs.io/api/options.html
# [params.fuseOpts]
# isCaseSensitive = false
# shouldSort = true
# location = 0
# distance = 1000
# threshold = 0.4
# minMatchCharLength = 0
# keys = ["title", "permalink", "summary", "content"]
# [menu]
# [[menu.main]]
# identifier = "article"
# name = "article"
# url = "article"
# weight = 5