-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
64 lines (60 loc) · 1.25 KB
/
hugo.yml
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
baseURL: https://harutiro.net/
languageCode: ja
title: harutiro's site
theme: digitalgarden
publishDir: docs
relativeURLs: true
Params:
description: はるちろのポートフォリオサイトです。
images: ['/images/my_icon.png']
enableSearch: true
menu:
main:
- name: ホーム
url: /
weight: 1
- name: コンテンツ
params:
header: true
weight: 2
- name: 歴史
url: /stack
weight: 3
- name: 製作物一覧
url: /portfolio
weight: 4
- name: 記事
url: /articles
weight: 5
# - name: Link
# params:
# header: true
# weight: 6
# - name: 私の今のサイト
# url: https://www.harutiro.net
# weight: 7
social:
- name: Twitter
url: https://twitter.com/minesu1224
weight: 1
- name: Qiita
url: https://qiita.com/harutiro
weight: 2
params:
icon: qiita
- name: Zenn
url: https://zenn.dev/harutiro
weight: 3
params:
icon: zenn
- name: GitHub
url: https://github.com/harutiro
weight: 4
# syntax highlight settings
markup:
highlight:
style: dracula
goldmark:
renderer:
# Enable to include inline HTML
unsafe: true