diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-03-03 20:56:15 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-03-03 20:56:15 +0200 |
commit | 6f51927e180fe6c6ea88806d245bd886df23f53a (patch) | |
tree | 04a67f5e9126557369c94d9a046db5cbf157be98 /content/posts/How I made this Blog with Zola.md | |
parent | 17dae0eaa459fdabafff1a05c524cb263b7018f6 (diff) |
Made changes regarding the styling, config and added content and a shortcode for youtube embeds.
Changes to be committed:
modified: config.toml
modified: content/about.md
modified: content/posts/How I made this Blog with Zola.md
new file: content/posts/some_cool_stuff.md
modified: content/posts/typography.md
modified: sass/_normalize.scss
modified: sass/_predefined.scss
modified: sass/style.scss
modified: templates/index.html
new file: templates/shortcodes/youtube.html
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.md | 8 |
1 files changed, 7 insertions, 1 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 index b5aa84a..520ee1c 100644 --- a/content/posts/How I made this Blog with Zola.md +++ b/content/posts/How I made this Blog with Zola.md @@ -11,4 +11,10 @@ disable_comments = true toc = false +++ -LOLZ +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). |