-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
37 lines (32 loc) · 808 Bytes
/
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
baseURL = "https://minuk.dev/"
languageCode = "ko-kr"
title = "minuk.dev"
theme = "minimal"
googleAnalytics = ""
[params]
author = "Min-Uk.Lee"
description = "개발 위키와 기타 모음"
githubUsername = "minuk-dev"
accent = "#00a3d2"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift", "cpp", "c", "javascript", "typescript", "bash"]
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/wiki/"
name = "Wiki"
weight = 2
[[menu.main]]
url = "/posts/"
name = "Posts"
weight = 3
[[menu.main]]
url = "/about/"
name = "About"
weight = 5