summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-07-19 12:09:07 +1200
committerArslaan Pathan <[email protected]>2026-07-19 12:09:07 +1200
commit29e11a34c1ebe2335398912bcc9643f5afc1288a (patch)
tree2d39ac442beaf74e2f8d50bf8f3d0b9c87673677 /content
parentb96b17d7d4e1557205cd91f582ae46265d6de632 (diff)
downloadarslaancodes-29e11a34c1ebe2335398912bcc9643f5afc1288a.tar.xz
arslaancodes-29e11a34c1ebe2335398912bcc9643f5afc1288a.zip
Finish projects page!HEADmain
Diffstat (limited to 'content')
-rw-r--r--content/projects/_index.md1
-rw-r--r--content/projects/cinnamon.md4
-rw-r--r--content/projects/frenchtoastos.md6
-rw-r--r--content/projects/saffron.md4
-rw-r--r--content/projects/sfwk.md4
-rw-r--r--content/projects/zwzn-freefit-re.md5
6 files changed, 12 insertions, 12 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index efb5169..381b63d 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -2,6 +2,5 @@
title = "Projects"
sort_by = "weight"
template = "project.html"
-page_template = "projects-page.html"
extra.header_title = "projects"
+++
diff --git a/content/projects/cinnamon.md b/content/projects/cinnamon.md
index 3c8c59a..e8e61f6 100644
--- a/content/projects/cinnamon.md
+++ b/content/projects/cinnamon.md
@@ -1,10 +1,10 @@
+++
title = "cinnamon-browser"
weight = 3
+extra.displayed_filename = "cinnamon.md"
+extra.url = "https://git.arslaancodes.com/cinnamon-browser.git/about/"
+++
-# [cinnamon-browser](https://git.arslaancodes.com/cinnamon-browser.git/about/){: .white target="_blank" }
-
A lightweight suckless-inspired vimlike browser written in C, powered by WebKit2GTK-4.1 and GTK3.
- Built with: C, GTK3, WebKit2GTK
diff --git a/content/projects/frenchtoastos.md b/content/projects/frenchtoastos.md
index 31f4145..f7ce883 100644
--- a/content/projects/frenchtoastos.md
+++ b/content/projects/frenchtoastos.md
@@ -1,10 +1,10 @@
+++
title = "FrenchToastOS"
weight = 4
+extra.displayed_filename = "frenchtoastos.md"
+extra.url = "https://git.arslaancodes.com/FrenchToastOS.git/about/"
+++
-# [FrenchToastOS](https://git.arslaancodes.com/FrenchToastOS.git/about/){: .white target="_blank" }
-
A simple from-scratch OS for x86 systems written in C.
- Built with: C, x86 Assembly, Makefile
@@ -21,5 +21,5 @@ A simple from-scratch OS for x86 systems written in C.
## Why I built it
-This was originally for [Boot](https://boot.hackclub.com){: target="_blank"}, a Hack Club YSWS (You Ship, We Ship), but I may or may not have gotten distracted with other projects...
+This was originally for [Boot](https://boot.hackclub.com), a Hack Club YSWS (You Ship, We Ship), but I may or may not have gotten distracted with other projects...
I might continue working on FrenchToastOS, but I have no guarantees.
diff --git a/content/projects/saffron.md b/content/projects/saffron.md
index 1c1df87..33c3a44 100644
--- a/content/projects/saffron.md
+++ b/content/projects/saffron.md
@@ -1,10 +1,10 @@
+++
title = "Saffron"
weight = 1
+extra.displayed_filename = "saffron.md"
+extra.url = "https://git.arslaancodes.com/saffron.git/about/"
+++
-# [Saffron](https://git.arslaancodes.com/saffron.git/about/){: .white target="_blank" }
-
A lightweight, extensible, and dead-simple retained-mode UI framework written in C and SDL3.
- Built with: C, SDL3
diff --git a/content/projects/sfwk.md b/content/projects/sfwk.md
index fd1650f..c1ccce6 100644
--- a/content/projects/sfwk.md
+++ b/content/projects/sfwk.md
@@ -1,10 +1,10 @@
+++
title = "SaffronWebKit"
weight = 2
+extra.displayed_filename = "sfwk.md"
+extra.url = "https://git.arslaancodes.com/saffronwebkit.git/about/"
+++
-# [SaffronWebKit (SFWK)](https://git.arslaancodes.com/saffronwebkit.git/about/){: .white target="_blank" }
-
WPEWebKit bindings for Saffron, allowing you to embed webview widgets into any Saffron app with just a few lines of C.
- Built with: C, SDL3, WPEWebKit, GStreamer, EGL
diff --git a/content/projects/zwzn-freefit-re.md b/content/projects/zwzn-freefit-re.md
index 66dd7fc..7338daa 100644
--- a/content/projects/zwzn-freefit-re.md
+++ b/content/projects/zwzn-freefit-re.md
@@ -2,6 +2,7 @@
title = "zwzn-freefit-re"
weight = 5
extra.url = "https://git.arslaancodes.com/zwzn-freefit-re.git/about/"
+extra.displayed_filename = "zwzn-freefit-re.md"
+++
Reverse-engineering of sketchy Chinese watches
@@ -29,5 +30,5 @@ There is a better and longer explanation in the Git repo's README itself, but to
## Notes
-I also wrote a small Android companion app for these watches, as a replacement to the original. I can no longer add more features or test anything in relations to reverse-engineering or the companion app, because I may or may not have broke the watch...
-You can find the companion app [here](https://git.arslaancodes.com/zwzn-freefit-android.git){: target="_blank"}.
+I also wrote a small Android companion app for these watches, as a replacement to the original. I can no longer add more features or test anything in relations to reverse-engineering or the companion app, because I may or may not have broke the watch...
+You can find the companion app [here](https://git.arslaancodes.com/zwzn-freefit-android.git).