aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-24 19:18:30 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-24 19:18:30 +0200
commit0f72b100ce5d33bc598b315905160191f38d5d93 (patch)
tree0871dfe1f6d1a2ff7f08c97df0d8629498fd7d0f /content/pages
parente562b773ba37f01b0175336db6308b729f7b6f02 (diff)
downloadmitjafelicijan.com-0f72b100ce5d33bc598b315905160191f38d5d93.tar.gz
Added jbmafp to the projects page
Diffstat (limited to 'content/pages')
-rw-r--r--content/pages/projects.md16
1 files changed, 16 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