feat: add content blog, projects
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
base_url = "https://alexohneander.de"
|
||||
title = "~/alexohneander"
|
||||
title = "~/alexohneander/"
|
||||
description = "I’m Alex Wellnitz, a DevOps architect and software developer. I currently hold the role of DevOps Engineer at Materna, where I assist developers in accelerating web performance and provide guidance on various topics such as web development, Kubernetes, network security, and more."
|
||||
author = "Alex Wellnitz"
|
||||
generate_feeds = true
|
||||
@@ -83,7 +83,7 @@ skin = ""
|
||||
# Set browser theme colour. Can be a single colour or [light, dark].
|
||||
# Note: Bright colors may be ignored in dark mode.
|
||||
# More details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color
|
||||
browser_theme_color = "#087e96"
|
||||
browser_theme_color = "#ff6b01"
|
||||
# browser_theme_color = ["#ffffff", "#000000"] # Example of light/dark colours.
|
||||
|
||||
# List additional stylesheets to load site-wide.
|
||||
@@ -111,7 +111,7 @@ remote_repository_branch = "main" # Defaults to "main".
|
||||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
show_remote_changes = true # Defaults to true.
|
||||
# Show a link to the repository of the site, right next to the "Powered by Zola & tabi" text.
|
||||
show_remote_source = true # Defaults to true.
|
||||
show_remote_source = false # Defaults to true.
|
||||
|
||||
# Add a "copy" button to codeblocks (loads ~700 bytes of JavaScript).
|
||||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
@@ -233,7 +233,7 @@ favicon = "img/seedling.png"
|
||||
|
||||
# Add an emoji here to use it as favicon.
|
||||
# Compatibility: https://caniuse.com/link-icon-svg
|
||||
favicon_emoji = "🌱"
|
||||
favicon_emoji = "🛸"
|
||||
|
||||
# Path to the fallback image for social media cards (the preview image shown when sharing a link on WhatsApp, LinkedIn…).
|
||||
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
|
||||
@@ -280,6 +280,7 @@ socials = [
|
||||
footer_menu = [
|
||||
{url = "about", name = "about", trailing_slash = true},
|
||||
{url = "privacy", name = "privacy", trailing_slash = true},
|
||||
{url = "imprint", name = "imprint", trailing_slash = true},
|
||||
{url = "sitemap.xml", name = "sitemap", trailing_slash = false},
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user