-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
54 lines (53 loc) · 840 Bytes
/
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
baseURL: 'https://mataku.today/'
languageCode: ja
defaultContentLanguage: ja
title: mataku.today
hasCJKLanguage: true
theme: hugo-notepadium
enableRobotsTXT: true
ignoreErrors:
- "error-remote-getjson"
summaryLength: 15
pagination:
pagerSize: 30
params:
style: auto
dateFormat: 'Monday, January 2, 2006'
logo: ''
ogpImage: images/ogp.jpg
mainSections:
- '2024'
- '2023'
- '2022'
- '2021'
- '2020'
- '2019'
syntax:
use: hljs
theme: atom-one-dark
nav:
showTags: true
assets:
css:
- css/font.css
- css/container.css
- css/ogp.css
outputs:
home:
- HTML
- RSS
outputFormats:
RSS:
baseName: feed
services:
rss:
limit: 10
security:
funcs:
getenv:
- ^HUGO_
- OGP_API_ENDPOINT
markup:
goldmark:
renderer:
hardWraps: true