-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
80 lines (72 loc) · 2.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# (`-') (`-').->
# ( OO).-> (OO )__
# ,(_/----. .----. ,--. ,'-' doubt everything,
# |__, |\_,-. || | | |
# (_/ / .' .'| `-' | be curious,
# .' .'_ .' /_ | .-. |
# | || || | | | learn.
# `-------'`------'`--' `--'
author = "Volkan Özçelik"
title = "Zero to Hero"
base_url = "https://vadidekigeyik.com"
compile_sass = true
build_search_index = false
generate_feeds = true
minify_html = true
taxonomies = [
{ name = "tags", feed = true }
]
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
smart_punctuation = true
highlight_theme = "gruvbox-dark"
# boron, green, dracula, kronuz, gruvbox-dark
[extra]
[extra.geyik]
navigation = [
{ url = "/subscribe", title = "Abone Ol" },
{ url = "/team", title = "Biz Kimiz" },
{ url = "https://geyik.store/", title = "Merch" },
{ url = "/bol-mazemos", title = "Bol Mazemos" },
{ url = "https://discord.gg/kampus", title = "kamp.us", is_external = true },
{ url = "https://github.com/spiffe/spike", title = "SPIKE", is_external = true },
{ url = "https://github.com/vmware-tanzu/secrets-manager", title = "VSecM", is_external = true }
]
[extra.papermod]
title = "Zero to Hero"
default_theme = "auto"
theme = "light"
language_direction = "auto"
keywords = ["keyword1", "keyword2", "keyword3"]
show_toc = true
show_theme_toggle = true
show_scroll_to_top = true
show_code_copy_buttons = true
show_reading_time = true
show_word_count = false
show_post_nav_links = true
show_post_meta = true
default_toc_open = false
show_post_edit_button = false
edit_post_url = "https://github.com/cydave/zola-theme-papermod/tree/master"
#copyright = ""
date_format = "%Y-%m-%d"
navigation = [
{ url = "/about", title = "About" },
{ url = "/archive", title = "Archive" },
{ url = "/tags", title = "Tags" },
{ url = "/", title = "Vadideki Geyik" },
{ url = "https://discord.gg/kampus", title = "kamp.us", is_external = true },
{ url = "https://github.com/spiffe/spike", title = "SPIKE", is_external = true },
{ url = "https://github.com/vmware-tanzu/secrets-manager", title = "VSecM", is_external = true }
]
home_title = "🐢⚡️🦌🦄"
home_content = "<p>Welcome to <strong>Zero to Hero</strong>.<br>You will find your answers here…</p><p style='text-align:right'>…<strong style='font-weight:900'>IF</strong> you don't forget the questions.</p>"
social_icons = [
{ url = "https://github.com/zerotohero-dev", title = "GitHub", icon = "github" },
{ url = "https://twitch.tv/vadidekivolkan", title = "Twitch", icon = "twitch" },
{ url = "https://discord.gg/kampus", title = "Discord", icon = "discord" },
{ url = "$BASE_URL/atom.xml", title = "RSS", icon = "rss" },
]