-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
31 lines (29 loc) · 878 Bytes
/
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
base_url = "https://robbins.page"
title = "Nathanael (Nate) Robbins"
build_search_index = true
compile_sass = true
minify_html = true
theme = "apollo"
taxonomies = [{ name = "tags" }]
ignored_content = ["*.{gif,jpg,png}"]
[markdown]
highlight_code = true
highlight_theme = "ayu-light"
[extra]
theme = "toggle"
fancy_code = true
dynamic_note = true
mathjax = true
mathjax_dollar_inline_enable = true
socials = [
{ name = "github", url = "https://github.com/robbins/", icon = "github" },
{ name = "linkedin", url = "https://www.linkedin.com/in/nathanael-robbins/", icon = "linkedin" },
]
menu = [
{ name = "/projects", url = "/projects", weight = 1 },
{ name = "/about", url = "/about", weight = 2 },
{ name = "/tags", url = "/tags", weight = 3 },
]
repo_view = true
repo_url = "https://github.com/robbins/robbins.page-site/tree/main/content"
mathjax = true