-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
93 lines (85 loc) · 1.95 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
92
93
baseURL:
title:
enableEmoji: true
enableGitInfo: true
enableRobotsTXT: true
timeZone:
languageCode:
params:
contact: # Optional, able to add e-mail/url
description:
dateformat:
defaultGoogleFonts:
googlefonts:
enableHighlight: true
amazonAffiliateId: # Optional, Include amazon affiliate ID(eg. hikaeme-22)
since: # you can add the start period
defaultThumbnailUrl: # https://~ format is also supported
logoImageUrl: # https://~ format is also supported
copyright:
contactUrl: # Optional, if you want to add a contact form / sns accFount please write the URL here
enableAlgolia: true
logoFontFamily:
favicon:
defaultUrl: # Required, add a url to the 32x32 size image. eg: "img/icon.webp"
svgUrl: # Required, add a url to the svg image
appleUrl: # Required, add a url to the 180x180 size image
twitterXId: # Optional, add the account id like => "@example-id"
author:
thumbnailUrl:
name:
comment:
sns:
github:
icon:
url:
# Optional, if you are using GitHub Sponsors, you can add the url
githubSponsorUrl:
githubSponsorButtonUrl:
algolia:
vars:
- "title"
- "summary"
- "content"
- "date"
- "publishdate"
- "permalink"
- "keywords"
params:
- "tags"
- "categories"
indexName:
appId:
searchOnlyApiKey: # https://www.algolia.com/doc/guides/security/api-keys/#search-only-api-key
outputs:
home:
- "HTML"
- "Algolia"
section:
- "HTML"
outputFormats:
Algolia:
baseName: "algolia"
isPlainText: true
mediaType: "application/json"
notAlternative: true
menus:
main:
- name: Home
pageRef: /
weight: 10
- name: About
pageRef: /about
weight: 20
- name: Author
pageRef: /author
weight: 30
permalinks:
about: "/:filename"
author: "/:filename"
privacy: "/:filename"
module:
hugoVersion:
extended: true
min: "0.128.0"
max: "0.144.2"