-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
65 lines (56 loc) · 1.56 KB
/
config.toml
File metadata and controls
65 lines (56 loc) · 1.56 KB
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
59
60
61
62
63
64
65
base_url = "https://micahkepe.com/blog"
title = "Micah's Secret Blog"
author = "Micah Kepe"
theme = "radion"
description = "An assortment of my ramblings and random adventures."
generate_feeds = true
taxonomies = [
# You can enable/disable RSS
{name = "categories", feed = true},
{name = "tags", feed = true},
]
compile_sass = true
default_language = "en"
build_search_index = true
generate_sitemap = true
generate_robots_txt = true
minify_html = true
[markdown]
bottom_footnotes = true
external_links_target_blank = true
external_links_external = true
external_links_no_referrer = true
lazy_async_image = true
github_alerts = true
insert_anchor_links = "heading"
[markdown.highlighting]
style = "class"
dark_theme = "one-dark-pro"
light_theme = "everforest-light"
error_on_missing_language = true
[search]
index_format = "elasticlunr_json"
include_title = true
include_description = true
include_content = true
[extra]
radion_title = "Micah's Secret Blog"
github = "https://github.com/micahkepe"
radion_menu = [
{url = "$BASE_URL/", name = "Home"},
{url = "$BASE_URL/categories", name = "Categories"},
{url = "$BASE_URL/tags", name = "Tags"},
{url = "https://micahkepe.com/", name = "Main Site"},
]
codeblock = true
latex = true
enable_search = true
theme = "toggle" # options: {light, dark, auto, toggle}
# Comment sections
comments = true
giscus_repo = "micahkepe/blog"
giscus_repo_id = "R_kgDONfHznQ"
giscus_data_category_id = "DIC_kwDONfHznc4CnQJ4"
# Post revision histories
revision_history = true
blog_github_repo_url = "https://github.com/micahkepe/blog"