tiskifer-theme/config.toml
Syed Zayyan Masud a02c1a2404 markdown 2
2022-10-29 09:52:12 +01:00

29 lines
No EOL
819 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

base_url = "https://syedzayyan.github.io/shadharon"
title = "Heisenberg"
description = "Walter is kind, caring and timid, but also demanding, calculating, and ruthless. His invented pseudonym, Heisenberg, becomes an alter ego a fantasy for him to live out a love of power. Beneath both sides of his dual personality, he views the world in the rarefied scientific terms of chemistry."
generate_feed = true
compile_sass = true
minify_html = true
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
[extra]
toc = true
use_cdn = false
favicon = ""
headerImage = ""
menu = [
{ name = "Projects", url = "/projects", weight = 1, icon = "projects.png" },
]
socials = [
{ name = "github", url = "https://github.com/syedzayyan/", icon = "github" },
]