add a file uploader
Some checks failed
pipeline / deploy-job (push) Has been cancelled

This commit is contained in:
Alexandru 2024-09-19 07:44:30 +03:00
parent c5f1c1b97d
commit c13ade559b
3 changed files with 9 additions and 23 deletions

8
content/upload/_index.md Normal file
View File

@ -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
<form enctype="multipart/form-data" action="https://files.fzorb.xyz/upload" method="post">
<input type="file" name="file">
<input type="submit" value="upload" class="uploadbuton">
</form>

View File

@ -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

@ -1 +1 @@
Subproject commit c01873d657a5f884643b575800b116db6b4d2978 Subproject commit 06d34276766745931346da80ba23ce2975807f9c