From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- templates/index.html | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..affec2d --- /dev/null +++ b/templates/index.html @@ -0,0 +1,105 @@ +{{ template "base.html" . }} + +{{ define "add-navigation" }} + +{{ end }} + +{{ define "content" }} +
+

A place where I experiment and have fun!

+

{{ .Config.Description }}

+

Please stop offering me a redesign of this webpage. This site + intentionally looks like it does!

+ +

What I am currently working on

+

Semi-live status of things to keep myself honest!

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Project nameWhat is being worked on?Last updated
Errand - Task runnerWorking on re-implementating the whole thing in C.7th of June, 2023
JBMAFP - Generates static sitesFixing minor issues and writing docs.8th of June, 2023
Marionette - UI testing toolImplementing HTTP server for viewing reports.6th of June, 2023
+ +

More long form, blog type of content

+ + +

Notes?! Maybe useful

+

+ + +

Side projects I work/worked on

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cord.hSmall C library for handling strings
mprogressTiny utility that displays progress bar in terminal
journalctl-proxyExposes your systemd logs to web via web interface
redis-marshalLightweight Redis data exploration tool
dna-encodingTools for encoding files to DNA sequence
vertexCreate mock API's and add basic logic to simplify prototyping
scarecrowMinimal configuration reverse proxy
+
+{{ end }} -- cgit v1.2.3