generated from HEIGE-PCloud/Notion-Hugo
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
58 lines (47 loc) · 1.12 KB
/
hugo.toml
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
baseURL = "https://blog.cruru.kr/"
languageCode = "ko-kr"
title = "팀 크루루의 개발 이야기"
googleAnalyics = "G-B3P4MC2ELV"
enableRobotsTXT=true
[taxonomies]
author = 'author'
category = 'categories'
keywords = 'keywords'
series = 'series'
[module]
[[module.imports]]
path = "github.com/colinwilson/lotusdocs"
disable = false
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
disable = false
[menu]
[[menu.primary]]
name = "Infra"
url = "/docs/infra/"
identifier = "docs"
weight = 10
[[menu.primary]]
name = "Backend"
url = "/docs/backend/"
identifier = "showcase"
weight = 20
[[menu.primary]]
name = "Frontend"
url = "/docs/frontend/"
identifier = "community"
weight = 30
[params.social]
github = 'woowacourse-teams/2024-cruru'
[params.docs]
pathName = 'docs'
themeColor = 'magenta'
prism = true
prismTheme = "lucario"
[params.footer]
copyright = '© :YEAR: 우아한테크코스 6기 Cruru. <br><br>Built with [**Lotus Docs**](https://github.com/colinwilson/lotusdocs)'
[params.flexsearch]
enabled = true
tokenize = "full"
[markup.goldmark.renderer]
unsafe = true