diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-04 23:34:25 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-04 23:34:25 +0100 |
| commit | 65f8e680c62f7f22587d839d7c76adfef0dab782 (patch) | |
| tree | a71d37af2eab780ca0e75734c2675e88f30367f2 /content | |
| parent | 832d95b791f7eea20ff912311c3d2f3061e24838 (diff) | |
| download | mitjafelicijan.com-65f8e680c62f7f22587d839d7c76adfef0dab782.tar.gz | |
Updated projects page
Diffstat (limited to 'content')
| -rw-r--r-- | content/pages/projects.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md index 3a18d17..a3feea7 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md | |||
| @@ -6,7 +6,8 @@ type: page | |||
| 6 | draft: false | 6 | draft: false |
| 7 | --- | 7 | --- |
| 8 | 8 | ||
| 9 | - [Simple snapshot manager](#simple-snapshot-manager) | 9 | - [BLP Texture Converter](#blp-texture-converter) |
| 10 | - [Simple Snapshot Manager](#simple-snapshot-manager) | ||
| 10 | - [QOL Extensions for GNU Make](#qol-extensions-for-gnu-make) | 11 | - [QOL Extensions for GNU Make](#qol-extensions-for-gnu-make) |
| 11 | - [Just build me a fucking page](#just-build-me-a-fucking-page) | 12 | - [Just build me a fucking page](#just-build-me-a-fucking-page) |
| 12 | - [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions) | 13 | - [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions) |
| @@ -16,7 +17,7 @@ While most of my projects are hosted on | |||
| 16 | store them independently of GitHub and provide different versions in a bit | 17 | store them independently of GitHub and provide different versions in a bit |
| 17 | cleaner way. | 18 | cleaner way. |
| 18 | 19 | ||
| 19 | ## BLP to PNG converter | 20 | ## BLP Texture Converter |
| 20 | 21 | ||
| 21 | This tool converts BLP texture files used in many games such as World of | 22 | This tool converts BLP texture files used in many games such as World of |
| 22 | Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. | 23 | Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. |
| @@ -27,7 +28,7 @@ Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. | |||
| 27 | - Version 1.0 / 2025-02-04 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar)) | 28 | - Version 1.0 / 2025-02-04 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar)) |
| 28 | - First release. | 29 | - First release. |
| 29 | 30 | ||
| 30 | ## Simple snapshot manager | 31 | ## Simple Snapshot Manager |
| 31 | 32 | ||
| 32 | Simple snapshot utility that uses TAR to compress current directory into a | 33 | Simple snapshot utility that uses TAR to compress current directory into a |
| 33 | `.tar` file while ignoring some of the directories. I use this tool to prepare | 34 | `.tar` file while ignoring some of the directories. I use this tool to prepare |
