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