This commit is contained in:
parent
c5f1c1b97d
commit
c13ade559b
8
content/upload/_index.md
Normal file
8
content/upload/_index.md
Normal 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>
|
22
hugo.toml
22
hugo.toml
@ -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
|
Loading…
Reference in New Issue
Block a user