figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 7361aeec377af50c421cd5204657c729c3dcf8b3
parent 1ce0408b538ab44b2a1c2563129d8532f07bb4b8
Author: FIGBERT <figbert@figbert.com>
Date:   Sun,  1 Sep 2024 22:49:36 -0700

Remove project categories

Diffstat:
Mcontent/projects/caret/index.md | 3---
Mcontent/projects/css-system-colors.md | 3---
Mcontent/projects/d3c3nt.md | 3---
Mcontent/projects/mabel/index.md | 3---
Mcontent/projects/privacy-redirect-for-safari/index.md | 3---
Mcontent/projects/running-out-of-time/index.md | 3---
Mcontent/projects/simply-translate.md | 3---
Mcontent/projects/tofu/index.md | 3---
Mcontent/projects/txtodo/index.md | 3---
Mtemplates/index.html | 14++------------
10 files changed, 2 insertions(+), 39 deletions(-)

diff --git a/content/projects/caret/index.md b/content/projects/caret/index.md @@ -2,9 +2,6 @@ title = "Caret" description = "A command line tool for browsing Lobsters in your terminal." date = 2024-05-22 -[extra] -type = "project" -done = true +++ [**Caret**][crt] is a command line tool for browsing Lobsters in your diff --git a/content/projects/css-system-colors.md b/content/projects/css-system-colors.md @@ -2,9 +2,6 @@ title = "CSS System Colors Dashboard" description = "A website that gives developers a visual preview of CSS' underused system-color data type." date = 2024-05-20 -[extra] -type = "project" -done = true +++ [**CSS System Colors Dashboard**][dash] is a website that gives diff --git a/content/projects/d3c3nt.md b/content/projects/d3c3nt.md @@ -3,9 +3,6 @@ title = "d3c3nt" description = "A simple, clean, and flexible theme for Zola." date = 2022-02-19 updated = 2022-06-15 -[extra] -type = "project" -done = true +++ [**d3c3nt**] is a simple, clean, and flexible theme for [Zola]. The diff --git a/content/projects/mabel/index.md b/content/projects/mabel/index.md @@ -2,9 +2,6 @@ title = "Mabel" description = "A fancy BitTorrent client for the terminal." date = 2022-09-29 -[extra] -type = "project" -done = true +++ [**Mabel**] is a fancy BitTorrent client for the terminal. Programmed in diff --git a/content/projects/privacy-redirect-for-safari/index.md b/content/projects/privacy-redirect-for-safari/index.md @@ -3,9 +3,6 @@ title = "Privacy Redirect for Safari" description = "A web extension that automatically redirects sites to alternative front-ends like Nitter and Teddit." date = 2021-08-14 updated = 2022-09-22 -[extra] -type = "project" -done = true +++ [**Privacy Redirect for Safari**] is a web extension that automatically diff --git a/content/projects/running-out-of-time/index.md b/content/projects/running-out-of-time/index.md @@ -2,9 +2,6 @@ title = "Running Out of Time Wallpaper" date = 2024-07-05 description = "A minimalist macOS wallpaper to remind you that time is ticking." -[extra] -type = "project" -done = true +++ A minimalist macOS wallpaper to remind you that time is ticking. diff --git a/content/projects/simply-translate.md b/content/projects/simply-translate.md @@ -3,9 +3,6 @@ title = "SimplyTranslate" description = "A collection of translation scrapers with interfaces for gemini and the web." date = 2021-07-02 updated = 2022-09-22 -[extra] -type = "project" -done = true +++ [**SimplyTranslate**][st] is a collection of "translation scrapers with diff --git a/content/projects/tofu/index.md b/content/projects/tofu/index.md @@ -2,9 +2,6 @@ title = "Tofu" date = 2021-04-07 description = "An easy-to-use, open-source, two-factor authentication app designed specifically for iOS." -[extra] -type = "project" -done = true +++ [**Tofu**][tofu] is an easy-to-use, open-source, two-factor diff --git a/content/projects/txtodo/index.md b/content/projects/txtodo/index.md @@ -3,9 +3,6 @@ title = "txtodo" date = 2020-05-20 updated = 2022-06-14 description = "A minimalist open-source todo list app." -[extra] -type = "project" -done = true +++ [**txtodo**] is a minimalist open-source todo list app inspired by Jeff diff --git a/templates/index.html b/templates/index.html @@ -115,18 +115,8 @@ <h2>Projects</h2> <div class="content"> - <div> - <h3>Current</h3> - <div class="caption"> - {{ self::first_from_grouped(path="projects/_index.md", limit=2, att="done", val=false) }} - </div> - </div> - - <div> - <h3>Done</h3> - <div class="caption"> - {{ self::first_from_grouped(path="projects/_index.md", limit=3, att="done", val=true) }} - </div> + <div class="caption"> + {{ self::first_from(path="projects/_index.md", limit=4) }} </div> <div class="caption">