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/How I made this Blog with Zola.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/posts/How I made this Blog with Zola.md (limited to 'content/posts/How I made this Blog with Zola.md') diff --git a/content/posts/How I made this Blog with Zola.md b/content/posts/How I made this Blog with Zola.md new file mode 100644 index 0000000..190486d --- /dev/null +++ b/content/posts/How I made this Blog with Zola.md @@ -0,0 +1,14 @@ ++++ +title = "Hello Internet" +date = 2024-01-27 +draft = false + +[taxonomies] +tags = ["original_post", "blog", "test"] + +[extra] +disable_comments = false +toc = false ++++ + +LOLZ -- cgit v1.2.3