From 3be33d0311bc291fb394d4a8de313de35974f47d Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:25:59 +0200 Subject: Infrastructure coming together. Changes to be committed: modified: README.md modified: config.toml modified: content/about.md new file: content/posts/How I made this Blog with Zola.md modified: content/posts/_index.md modified: content/posts/code_test.md deleted: content/posts/good_first_post.md deleted: content/posts/later_posts.md modified: content/posts/typography.md modified: rsync_to_testing new file: static/diffusion.pdf new file: static/nst.pdf modified: templates/index.html modified: templates/page.html --- content/posts/good_first_post.md | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 content/posts/good_first_post.md (limited to 'content/posts/good_first_post.md') diff --git a/content/posts/good_first_post.md b/content/posts/good_first_post.md deleted file mode 100644 index 7d37ee5..0000000 --- a/content/posts/good_first_post.md +++ /dev/null @@ -1,52 +0,0 @@ -+++ -title="This is a good first post" -date=2019-08-23 -draft=false -[taxonomies] -tags=["hello", "blog", "first"] -+++ - -So i went there and did all that but as you know: -* This point was important -* This as well... -* And not to mention this one - - -So i did those other things but: -1. The first thing -2. And the second thing -3. But the third was the `best` - -And then the guy said: -> Man, i'm not gonna be the part of the system - -And showed me this: - - - - -I said factorial this... - -```rust -fn factorial(n: u64) -> u64 { - match n { - 0 => 1, - _ => n * factorial(n-1) - } -} -``` - -Then i shouted - -# Hello - -... and the echo answered: - -## Hello - -### Hello - -#### Hello -[zola!!!][1] - -[1]: https://www.getzola.org/ -- cgit v1.2.3