-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
38 lines (30 loc) · 1.32 KB
/
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
32
33
34
35
36
37
38
#The nexessary stuff/decessary stuff
base_url = "https://shadharon.syedzayyan.com"
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
build_search_index = true
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
highlight_code = true
highlight_theme = "css"
[extra]
toc = true
use_cdn = false
search_bar = true
#Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
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
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"
menu = [
{ name = "Projects", url = "/projects", weight = 1, icon = "projects.png" },
]
#The icons available can be found in "social_icons" in the "static" folder
socials = [
{ name = "github", url = "https://github.com/syedzayyan/", icon = "github" },
]