add code project
This commit is contained in:
@@ -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.
|
||||
|
||||
14
content/projects/programming/index.md
Normal file
14
content/projects/programming/index.md
Normal 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
4
static/img/code.svg
Normal 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 |
Reference in New Issue
Block a user