diff --git a/_zola/config.toml b/_zola/config.toml new file mode 100644 index 0000000..b49e7b0 --- /dev/null +++ b/_zola/config.toml @@ -0,0 +1,21 @@ +# The URL the site will be built for +base_url = "/blog" +output_dir = "pub/blog" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = false + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = false + +generate_feeds = true +feed_filenames = ["atom.xml"] + +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true + +[extra] +# Put all your custom variables here +title = "Zaydblog" \ No newline at end of file diff --git a/_zola/content/test.md b/_zola/content/test.md new file mode 100644 index 0000000..3e38166 --- /dev/null +++ b/_zola/content/test.md @@ -0,0 +1,6 @@ ++++ +title = "this is a test" +date = 2025-01-23 ++++ + +Zaydblog exists now. SUCK MY DICK PURPLEBORED FUCK YOU diff --git a/_zola/templates/index.html b/_zola/templates/index.html new file mode 100644 index 0000000..f5b27e6 --- /dev/null +++ b/_zola/templates/index.html @@ -0,0 +1,37 @@ + + +
+ + + +Nothing here for now...
-Zaydblog exists now. SUCK MY DICK PURPLEBORED FUCK YOU
+ +