blob: 520ee1ca74b8ed7117980fb4d1ceff64a5aa61c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
+++
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).
|