add code project

This commit is contained in:
2026-03-20 00:49:21 +01:00
parent 4463ec30cb
commit a88af28eb3
3 changed files with 19 additions and 1 deletions

View File

@@ -240,7 +240,7 @@ menu = [
# Set to true to use the default "rss" icon, or specify a custom icon name (e.g. "square-rss").
# The icon must exist in static/social_icons/ (without the .svg extension).
# Note for Zola 0.19.X users: when `feed_filenames` has two filenames, only the first one will be linked in the footer.
feed_icon = true
feed_icon = false
# Show the full post content in the Atom feed.
# If it's set to false, only the description or summary will be shown.

View File

@@ -0,0 +1,14 @@
+++
title = "Code"
description = "Programmierung und Skripten"
weight = 2
template = "page.html"
[taxonomies]
tags = ["programming","linux"]
[extra]
local_image = "img/code.svg"
+++
## Einleitung
Dieser Artikel soll meine Programmiererfahrungen abbilden und einige Beispiele liefern.

4
static/img/code.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" stroke="#087e96" d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5" />
</svg>

After

Width:  |  Height:  |  Size: 287 B