From c13ade559b2f7feaa50a7d7b30a56b824b16f17f Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 19 Sep 2024 07:44:30 +0300 Subject: [PATCH] add a file uploader --- content/upload/_index.md | 8 ++++++++ hugo.toml | 22 ---------------------- themes/zmin | 2 +- 3 files changed, 9 insertions(+), 23 deletions(-) create mode 100644 content/upload/_index.md delete mode 100644 hugo.toml diff --git a/content/upload/_index.md b/content/upload/_index.md new file mode 100644 index 0000000..7a7fdb1 --- /dev/null +++ b/content/upload/_index.md @@ -0,0 +1,8 @@ +--- +title: File Uploader +--- +This is a pretty bare bones file uploader. You can see the (badly written but whatever) backend here: https://git.fzorb.xyz/fzorb/filehandler +
+ + +
\ No newline at end of file diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 56b4ab4..0000000 --- a/hugo.toml +++ /dev/null @@ -1,22 +0,0 @@ -baseURL = "https://fzorb.xyz/" -languageCode = "en-us" -title = "FzOrb's website" -theme = "zmin" - -[[menus.main]] -name = "Home" -pageRef = "/" -weight = 10 - -[[menus.main]] -name = "Blog Posts" -pageRef = "/posts" -weight = 20 - -[[menus.main]] -name = "Services" -pageRef = "/services" -weight = 60 - -[markup.goldmark.renderer] -unsafe = true \ No newline at end of file diff --git a/themes/zmin b/themes/zmin index c01873d..06d3427 160000 --- a/themes/zmin +++ b/themes/zmin @@ -1 +1 @@ -Subproject commit c01873d657a5f884643b575800b116db6b4d2978 +Subproject commit 06d34276766745931346da80ba23ce2975807f9c