diff options
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 | 14 |
1 files changed, 14 insertions, 0 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 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 |