summaryrefslogtreecommitdiff
path: root/content/posts/How I made this Blog with Zola.md
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-02-21 23:20:43 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-02-21 23:20:43 +0200
commite1c5bcb98584d03b7af6d6f1561b80d2241ad782 (patch)
tree52bcc655e5030f354a7f860a0ee78cded253119e /content/posts/How I made this Blog with Zola.md
parent0e2c742fc52445f9043d59448e2d058b9af5c4ff (diff)
Preapring for going live.HEADmaster
Changes to be committed: modified: .gitignore modified: content/about.md new file: content/posts/Generating Functions.md new file: content/posts/Void Linux - A Comfy Guide.md modified: content/posts/_index.md renamed: content/posts/code_test.md -> content/posts/code-syntax-highlighting.md deleted: content/posts/some_cool_stuff.md modified: content/posts/typography.md new file: content/posts/youtube.md renamed: content/posts/How I made this Blog with Zola.md -> content/posts/zola-blog.md modified: static/Alphara.png
Diffstat (limited to 'content/posts/How I made this Blog with Zola.md')
-rw-r--r--content/posts/How I made this Blog with Zola.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/content/posts/How I made this Blog with Zola.md b/content/posts/How I made this Blog with Zola.md
deleted file mode 100644
index 520ee1c..0000000
--- a/content/posts/How I made this Blog with Zola.md
+++ /dev/null
@@ -1,20 +0,0 @@
-+++
-title = "Hello Internet"
-date = 2024-01-27
-draft = false
-
-[taxonomies]
-tags = ["original_post", "blog", "test"]
-
-[extra]
-disable_comments = true
-toc = false
-+++
-
-Hello, World! This is my first post on my new blog. I'm excited to share my thoughts with you.
-
-First off, how did I make this? I used Zola - a static site generator written in Rust. It's fast, easy to use, and has lots of features.
-
-Design : markdown rendered pages ; css-only animations and eyecandy ; minimal js ; must have atom rss
-
-You can find the source code for this blog on my GitHub as well as on [my own git instance](https://git.alphara.art/blog).