aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/pages/projects.md16
-rw-r--r--static/snapshots/jbmafp-v0.1.tarbin0 -> 37888 bytes
-rw-r--r--static/snapshots/jbmafp-v0.2.tarbin0 -> 40448 bytes
-rw-r--r--static/snapshots/jbmafp-v0.3.tarbin0 -> 41984 bytes
-rw-r--r--templates/base.html4
5 files changed, 20 insertions, 0 deletions
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
7--- 7---
8 8
9- [Simple snapshot manager](#simple-snapshot-manager) 9- [Simple snapshot manager](#simple-snapshot-manager)
10- [Just build me a fucking page](#just-build-me-a-fucking-page)
10 11
11While most of my projects are hosted on 12While most of my projects are hosted on
12[GitHub](https://github.com/mitjafelicijan), I wanted a centralized location to 13[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
23 - First release. 24 - First release.
24 - Able to tag and create tar snapshots. 25 - Able to tag and create tar snapshots.
25 26
27## Just build me a fucking page
28
29A simple static site generator that is semi compatible with
30[Hugo](https://gohugo.io/) that aims to be a simpler version of it getting out
31of your way when it comes to taxonomies. [GitHub
32repository](https://github.com/mitjafelicijan/jbmafp).
33
34- Version 0.3 / 2024-06-22 ([jbmafp-v0.3.tar](/snapshots/jbmafp-v0.3.tar))
35 - Added better ergonomics for filtering.
36 - Added filter `filterbytype`.
37- Version 0.2 / 2024-06-18 ([jbmafp-v0.2.tar](/snapshots/jbmafp-v0.2.tar))
38 - Added filters `first`, `last`, `random`.
39- Version 0.1 / 2024-03-10 ([jbmafp-v0.1.tar](/snapshots/jbmafp-v0.1.tar))
40 - First release.
41
diff --git a/static/snapshots/jbmafp-v0.1.tar b/static/snapshots/jbmafp-v0.1.tar
new file mode 100644
index 0000000..49ad3b9
--- /dev/null
+++ b/static/snapshots/jbmafp-v0.1.tar
Binary files differ
diff --git a/static/snapshots/jbmafp-v0.2.tar b/static/snapshots/jbmafp-v0.2.tar
new file mode 100644
index 0000000..7a08573
--- /dev/null
+++ b/static/snapshots/jbmafp-v0.2.tar
Binary files differ
diff --git a/static/snapshots/jbmafp-v0.3.tar b/static/snapshots/jbmafp-v0.3.tar
new file mode 100644
index 0000000..781178a
--- /dev/null
+++ b/static/snapshots/jbmafp-v0.3.tar
Binary files 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 @@
31 color: #ffffff; 31 color: #ffffff;
32 } 32 }
33 33
34 html {
35 scroll-padding: 2rem;
36 }
37
34 body { 38 body {
35 padding: 1em; 39 padding: 1em;
36 background: white; 40 background: white;