diff options
author | xengineering <me@xengineering.eu> | 2025-04-07 21:36:41 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-07 21:36:41 +0200 |
commit | 4ee031182475464fe0ecb052882fd50520e6defc (patch) | |
tree | 8189ae0fb64ded64163cfd5edc39086cc6795c42 /web/layouts/home.html | |
parent | 1b13c51a6ab5fd1df1b7e960d54dc6b6f3a4d591 (diff) | |
download | iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.tar iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.tar.zst iot-contact-4ee031182475464fe0ecb052882fd50520e6defc.zip |
Simplify website structure and drop Hugo
A static site generator is currently not really required. A static
index.html is currently sufficient.
Diffstat (limited to 'web/layouts/home.html')
-rw-r--r-- | web/layouts/home.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/web/layouts/home.html b/web/layouts/home.html deleted file mode 100644 index 3bf37d9..0000000 --- a/web/layouts/home.html +++ /dev/null @@ -1,13 +0,0 @@ -{{- define "main" -}} -<h1>{{ .Site.Title }}</h1> -<ul> - <h4>Printed circuit board</h4> - <li><a href="static/schematic.pdf">schematic.pdf</a></li> - <li><a href="static/bill-of-materials.csv">bill-of-materials.csv</a></li> - - <h4>Firmware</h4> - <li><a href="static/application.signed.bin">application.signed.bin</a></li> - <li><a href="static/bootloader.bin">bootloader.bin</a></li> - <li><a href="static/simulation-linux-amd64.exe">simulation-linux-amd64.exe</a></li> -</ul> -{{- end -}} |