From 0f72b100ce5d33bc598b315905160191f38d5d93 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 24 Oct 2024 19:18:30 +0200 Subject: Added jbmafp to the projects page --- content/pages/projects.md | 16 ++++++++++++++++ static/snapshots/jbmafp-v0.1.tar | Bin 0 -> 37888 bytes static/snapshots/jbmafp-v0.2.tar | Bin 0 -> 40448 bytes static/snapshots/jbmafp-v0.3.tar | Bin 0 -> 41984 bytes templates/base.html | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 static/snapshots/jbmafp-v0.1.tar create mode 100644 static/snapshots/jbmafp-v0.2.tar create mode 100644 static/snapshots/jbmafp-v0.3.tar diff --git a/content/pages/projects.md b/content/pages/projects.md index 6c05f59..b4cd759 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -7,6 +7,7 @@ draft: false --- - [Simple snapshot manager](#simple-snapshot-manager) +- [Just build me a fucking page](#just-build-me-a-fucking-page) While most of my projects are hosted on [GitHub](https://github.com/mitjafelicijan), I wanted a centralized location to @@ -23,3 +24,18 @@ Simple snapshot utility that uses TAR to compress current directory into a - First release. - Able to tag and create tar snapshots. +## Just build me a fucking page + +A simple static site generator that is semi compatible with +[Hugo](https://gohugo.io/) that aims to be a simpler version of it getting out +of your way when it comes to taxonomies. [GitHub +repository](https://github.com/mitjafelicijan/jbmafp). + +- Version 0.3 / 2024-06-22 ([jbmafp-v0.3.tar](/snapshots/jbmafp-v0.3.tar)) + - Added better ergonomics for filtering. + - Added filter `filterbytype`. +- Version 0.2 / 2024-06-18 ([jbmafp-v0.2.tar](/snapshots/jbmafp-v0.2.tar)) + - Added filters `first`, `last`, `random`. +- Version 0.1 / 2024-03-10 ([jbmafp-v0.1.tar](/snapshots/jbmafp-v0.1.tar)) + - First release. + diff --git a/static/snapshots/jbmafp-v0.1.tar b/static/snapshots/jbmafp-v0.1.tar new file mode 100644 index 0000000..49ad3b9 Binary files /dev/null and b/static/snapshots/jbmafp-v0.1.tar differ diff --git a/static/snapshots/jbmafp-v0.2.tar b/static/snapshots/jbmafp-v0.2.tar new file mode 100644 index 0000000..7a08573 Binary files /dev/null and b/static/snapshots/jbmafp-v0.2.tar differ diff --git a/static/snapshots/jbmafp-v0.3.tar b/static/snapshots/jbmafp-v0.3.tar new file mode 100644 index 0000000..781178a Binary files /dev/null and b/static/snapshots/jbmafp-v0.3.tar differ diff --git a/templates/base.html b/templates/base.html index 0b26cbf..d2c5103 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,6 +31,10 @@ color: #ffffff; } + html { + scroll-padding: 2rem; + } + body { padding: 1em; background: white; -- cgit v1.2.3