You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB
TOML

#The nexessary stuff/decessary stuff
2 years ago
base_url = "https://syedzayyan.github.io/shadharon"
2 years ago
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
#Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
2 years ago
favicon = ""
#This header image is used for SEO. For example if you were to share an image via Messenger/Instagram/Twitter a preview picture is also presented
2 years ago
headerImage = ""
# The icon is display besides the menu text but is not necessary. It needs to be placed under "menu_icon" in the static "folder"
2 years ago
menu = [
{ name = "Projects", url = "/projects", weight = 1, icon = "projects.png" },
]
#The icons available can be found in "social_icons" in the "static" folder
2 years ago
socials = [
{ name = "github", url = "https://github.com/syedzayyan/", icon = "github" },
]