-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
50 lines (41 loc) · 1.02 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
baseURL = "https://study.skkuding.dev"
languageCode = 'ko-kr'
title = '스꾸딩 Cookbook'
[module]
[[module.imports]]
path = "github.com/colinwilson/lotusdocs"
disable = false
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
disable = false
[params]
title = '스꾸딩 Cookbook 🍳'
description = '성균관대학교 코드당 개발팀 스꾸딩의 개발 레시피'
images = ['open-graph.png']
[params.footer]
copyright = '© :YEAR: SKKUDING. Built with [**Lotus Docs**](https://github.com/colinwilson/lotusdocs)'
[params.social]
github = 'skkuding'
[params.docs]
repoURL = 'https://github.com/skkuding/cookbook'
editPage = true
sidebarIcons = true
darkMode = true
[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
[markup.goldmark.renderer]
unsafe = true # raw HTML support