-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
41 lines (36 loc) · 1003 Bytes
/
Copy pathconfig.toml
File metadata and controls
41 lines (36 loc) · 1003 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
title = "Taping Memory"
description = "A Rusty blog about Rusty things"
base_url = "https://taping-memory.dev"
compile_sass = true
build_search_index = true
theme = "radion"
generate_feeds = true
taxonomies = [
{name = "categories", feed = true},
{name = "tags", feed = true},
]
[search]
index_format = "elasticlunr_json"
[markdown]
highlight_code = true
highlight_theme = "one-dark"
insert_anchor_links = "heading"
[extra]
author = "conectado"
github = "https://github.com/conectado/blog"
radion_menu = [
{url = "$BASE_URL/", name = "Blog"},
{url = "$BASE_URL/writeups", name = "Write Ups"},
{url = "$BASE_URL/categories", name = "Categories"},
{url = "$BASE_URL/tags", name = "Tags"},
{url = "$BASE_URL/pages/aboutme", name = "About Me"},
]
codeblock = true
radion_title = "Taping Memory"
latex = true
theme = "toggle"
enable_search = true
comments = true
giscus_repo = "conectado/Blog"
giscus_repo_id = "R_kgDOOvgM3A"
giscus_data_category_id = "DIC_kwDOOvgM3M4Cs3D-"