-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (46 loc) · 1.19 KB
/
config.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://codingpot.github.io/"
languageCode = "en-us"
title = "코딩냄비 부글부글"
theme = "cactus"
copyright = "코딩냄비"
[params]
# Cutting off the page title to two chars for mobile (console-demo -> co)
titleCutting = true
# Set the animation style -- https://animate.style/
# To disable animations, please remove or comment animationStyle parameter
animateStyle = "animated zoomIn fast"
description = "코딩냄비 프로젝트를 진행하며 배운것을 기록합니다."
enableInlineShortcodes = true
enableEmoji = true
showAllPostsOnHomePage = false
postsOnHomePage = 5
showProjectsList = true
projectsUrl = "https://github.com/codingpot"
[[params.social]]
name = "github"
link = "https://github.com/codingpot"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "paraiso-dark"
tabWidth = 4