-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
41 lines (31 loc) · 862 Bytes
/
Copy pathconfig.toml
File metadata and controls
41 lines (31 loc) · 862 Bytes
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
theme = "apollo"
generate_feeds = true
minify_html = true
taxonomies = [{ name = "tags" }]
# The URL the site will be built for
base_url = "https://pacokwon.org"
title = "Haechan Kwon"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[markdown.highlighting]
style = "class"
light_theme = "catppuccin-latte"
dark_theme = "catppuccin-mocha"
[extra]
toc = true
theme = "toggle"
socials = [
{ name = "github", url = "https://avatars.githubusercontent.com/u/31656049", icon = "github" },
]
menu = [
{ name = "Posts", url = "/posts", weight = 2 },
{ name = "Links", url = "/links", weight = 1 },
]
mathjax = true
mathjax_dollar_inline_enable = true
dynamic_note = true
stylesheets = [
"posts.css"
]