Colored category badges, images with categories, redo categories & tags for posts, tags in archive view, redid icons on menu

This commit is contained in:
2023-11-26 15:40:29 -05:00
Unverified
parent daad69ea45
commit d55cdea917
29 changed files with 130 additions and 69 deletions

View File

@@ -1,5 +1,9 @@
---
title: "Butter Engine"
image: "featured-image.png"
style:
background: "#0177b8"
color: "#fff"
---
Butter Engine is a game engine made in LWJGL and uses its subset libraries for various tasks. What originally started as a simple rendering library to use LWJGL easier is now becoming a fully-fledged engine and with the hope to fill the same role as Garry's Mod in end-user development.

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -1,6 +1,9 @@
---
title: "Click Counter"
image: "featured-image.png"
style:
background: "#df7988"
color: "#fff"
---
A Minecraft Forge 1.8.9 mod for counting how many times you left/right click. Featuring custom coloring, positioning, and prefixes, this mod provides useful statistics. Get started by typing the "/clicks" command in chat. The project is under the [MIT License](https://raw.githubusercontent.com/joshuafhiggins/clickcounter/master/LICENSE).

View File

@@ -0,0 +1,9 @@
---
title: "Docker"
image: "featured-image.png"
style:
background: "#ffb900"
color: "#fff"
---
Releases and updates to Docker images.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 MiB

View File

@@ -1,5 +0,0 @@
---
title: "General"
---
Just general thing, like this website.

View File

@@ -1,5 +1,9 @@
---
title: "Prank Suite"
image: "featured-image.png"
style:
background: "#6b69d6"
color: "#fff"
---
*[Formally, Weeb Detector](https://www.youtube.com/embed/grI_YSRRoBY) was a prank I made to use on my brother, since he started watching anime. He deserved this punishment fully. I made a video on how to set it up and a code walk-through aswell.*

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB