-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
75 lines (68 loc) · 1.37 KB
/
hugo.yaml
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
baseURL: "https://ca4mi.github.io/"
title: ca4mi
paginate: 20
theme: PaperMod
outputs:
home:
- HTML
- RSS
- JSON
params:
env: production
title: ca4mi
description: "ca4mi's blog"
keywords: [Blog]
author: ca4mi
DateFormat: "January 2, 2006"
defaultTheme: light
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
hidemeta: false
hideSummary: true
showtoc: false
tocopen: false
homeInfoParams:
Title: Hi, I'm Hosono
Content: Welcome!
socialIcons:
- name: github
url: "https://github.com/ca4mi"
- name: instagram
url: "https://instagram.com/khosoonoo"
- name: mastodon
url: "https://mastodon.social/@hosono"
- name: rss
url: "index.xml"
menu:
main:
- identifier: Posts
name: Posts
url: /posts/
weight: 10
- identifier: Photos
name: Photos
url: /photos/
weight: 15
- identifier: bookmark
name: Bookmark
url: /bookmark/
weight: 20
- identifier: using
name: Using
url: /using/
weight: 25
- identifier: categories
name: Categories
url: /categories/
weight: 30
- identifier: search
name: Search
url: /search/
weight: 35
pygmentsUseClasses: true
markup:
highlight:
noClasses: false