diff options
Diffstat (limited to 'content/posts/zola-blog.md')
-rw-r--r-- | content/posts/zola-blog.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/posts/zola-blog.md b/content/posts/zola-blog.md new file mode 100644 index 0000000..5fb797d --- /dev/null +++ b/content/posts/zola-blog.md @@ -0,0 +1,20 @@ ++++ +title = "How I made this Blog with Zola" +date = 2024-01-27 +draft = true + +[taxonomies] +tags = ["guide"] + +[extra] +disable_comments = true +toc = true ++++ + +Hello, Internet! 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). |