-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
91 lines (85 loc) · 1.98 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
baseURL: https://www.omegaatt.com
languageCode: zh-TW
title: omegaatt
author: "Raiven Kao"
theme: ["PaperMod"]
copyright: "© Raiven Kao 2020 - 2024"
enableRobotsTXT: false
googleAnalytics: G-5ZBLJ2BSQN
# permalinks:
# page:
# blogs: /blogs/develop/:year/:filename
params:
env: production
defaultTheme: dark
DateFormat: "2006-01-02"
description: "Raiven Kao's blog, linux, golang, docker, kubernetes, etc."
homeInfoParams:
Avatar: "avatar.jpeg"
AvatarTitle: ""
Title: Raiven Kao
Content: a piece of me
socialIcons:
- name: "email"
url: "mailto://raiven.kao@gmail.com"
- name: "github"
url: "https://github.com/omegaatt36"
- name: "instagram"
url: "https://www.instagram.com/chih.hong/"
- name: "facebook"
url: "https://www.facebook.com/Raiven.Kao/"
- name: "linkedin"
url: "https://www.linkedin.com/in/raiven/"
- name: "other"
url: "https://link.omegaatt.com"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
ShowReadingTime: true
ShowShareButtons: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowWordCount: true
showtoc: true
assets:
favicon: "favicon.ico"
favicon32x32: "favicon.ico"
apple_touch_icon: "favicon.png"
safari_pinned_tab: "favicon.png"
menu:
main:
- identifier: search
name: Search
url: search
weight: 1
- identifier: blogs
name: Blogs
url: blogs
weight: 2
- identifier: archives
name: Archives
url: archives/
weight: 20
- identifier: tags
name: Tags
url: tags
weight: 40
- identifier: about
name: About
url: about/
weight: 50
- identifier: links
name: Links
url: https://link.omegaatt.com
weight: 60
outputs:
home:
- HTML
- RSS
- JSON