28 lines
553 B
TOML
28 lines
553 B
TOML
base_url = "https://atlas48.sdf.org/"
|
|
compile_sass = true
|
|
build_search_index = true
|
|
title = "Atlas Cove's Blog"
|
|
[markdown]
|
|
highlight_code = true
|
|
extra_syntaxes = ["extend"]
|
|
render_emoji = true
|
|
highlight_theme = "visual-studio-dark"
|
|
[[taxonomies]]
|
|
name="tags"
|
|
rss=true
|
|
[[taxonomies]]
|
|
name="catagories"
|
|
rss=true
|
|
[extra]
|
|
author="Atlas Cove"
|
|
keywords=[]
|
|
[[extra.links]]
|
|
name = "Home"
|
|
path = "/"
|
|
[[extra.links]]
|
|
name = "Docstore"
|
|
path = "https://atlas48.neocities.org/"
|
|
[[extra.links]]
|
|
name = "Social Media"
|
|
path = "https://atlas48.neocities.org/links.html"
|