Implemented blog engine and improved templates
This commit is contained in:
parent
2f2b9b4f21
commit
363bd23954
27 changed files with 1310 additions and 788 deletions
7
assets/entry_data/hello_world.json
Normal file
7
assets/entry_data/hello_world.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"href": "hello_world.html",
|
||||
"date": "2025-03-01",
|
||||
"author": "Lucia Zehentner",
|
||||
"tags": ["test", "programming"],
|
||||
"content_warnings": []
|
||||
}
|
17
assets/entry_data/hello_world.md
Normal file
17
assets/entry_data/hello_world.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Hello World!
|
||||
|
||||
This is the first blog entry on my website, generated out of a Markdown input file and a JSON using my own blog engine [CatGirlBlogEngine](https://codeberg.org/Schlecknits/CatGirlBlogEngine).
|
||||
|
||||
## What you can expect on this blog
|
||||
|
||||
For the most part I'll cover topics that interest me personally, particually:
|
||||
|
||||
- Programming
|
||||
- Geoinformatics
|
||||
- Electronics
|
||||
- Gender transistion
|
||||
- Cooking and baking
|
||||
|
||||
Let's see what the future might hold in store. If you are interested in a particual topic I'll try to tag each blog entry properly, so one can search for whatever is of interest to them.
|
||||
|
||||
Until then, best of luck to you :3
|
Loading…
Add table
Add a link
Reference in a new issue