generated from imfing/hextra-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhugo.yaml
More file actions
96 lines (85 loc) · 1.84 KB
/
hugo.yaml
File metadata and controls
96 lines (85 loc) · 1.84 KB
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
94
95
96
# Hugo configuration file
title: Baeknote
enableGitInfo: true
enableInlineShortcodes: true
baseURL: https://boj.guide/
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
delimiters:
block: [['\[', '\]'], ["$$", "$$"]]
inline: [['\(', '\)'], ["$", "$"]]
enable: true
# enable hextra syntax highlight
highlight:
noClasses: false
menu:
main:
- name: About
pageRef: /docs/about/
weight: 1
- name: Contribute
pageRef: /docs/contributing/
weight: 2
- name: Problems
pageRef: /problems/
weight: 3
- name: Updates
pageRef: /blog/
weight: 4
- name: Search
weight: 5
params:
type: search
- name: GitHub
weight: 6
url: "https://github.com/Bubbler-4/baeknote/"
params:
icon: github
sidebar:
- name: "Baeknote에 관하여"
pageRef: /docs/about/
weight: 1
- name: "Baeknote에 기여하기"
pageRef: /docs/contributing/
weight: 2
- name: "사용할 수 있는 기능"
pageRef: /docs/guide/
weight: 3
params:
displayUpdatedDate: true
dateFormat: "2006년 1월 2일 15:04:05"
navbar:
displayTitle: true
displayLogo: true
logo:
path: favicon.svg
dark: favicon-dark.svg
link: /
width: 30
height: 30
footer:
displayCopyright: false
displayPoweredBy: true
editURL:
enable: true
base: "https://github.com/Bubbler-4/baeknote/edit/main/content"
search:
enable: true
type: flexsearch
flexsearch:
index: title
blog:
list:
sortBy: lastmod
sortOrder: desc
# opengraph setting
description: "Baeknote - Guide for your BOJ journey"