From 4d2c12d2b14adf70655d45912e6b7398d959d660 Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Thu, 19 Jun 2025 23:31:16 +0200 Subject: [PATCH] Add links to The Lair --- CONFIG.h | 6 +++++- blog/curious-case-of-gebs.md | 2 +- tmpls/home.html | 10 +++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CONFIG.h b/CONFIG.h index 6d2ab8d..5d91b50 100644 --- a/CONFIG.h +++ b/CONFIG.h @@ -1,6 +1,10 @@ #ifndef CONFIG_H_ #define CONFIG_H_ -#define CONFIG_LISTEN_URL "http://0.0.0.0:8080" +#if DEBUG +# define CONFIG_LISTEN_URL "http://localhost:8080" +#else +# define CONFIG_LISTEN_URL "http://0.0.0.0:80" +#endif #endif // CONFIG_H_ diff --git a/blog/curious-case-of-gebs.md b/blog/curious-case-of-gebs.md index e228cae..377fd90 100644 --- a/blog/curious-case-of-gebs.md +++ b/blog/curious-case-of-gebs.md @@ -1,6 +1,6 @@ # GEBS - the Good Enough Build System -Source code: https://gitlab.com/kamkow1/gebs +Source code: http://git.kamkow1lair.pl/kamkow1/gebs GEBS is a reiteration of my previous build system "MIBS" (or MIni Build System). It takes some inspiration from [Tsoding's](https://twitch.tv/tsoding) [nobuild](https://github.com/tsoding/nobuild) and later on [nob.h](https://github.com/tsoding/nob.h). diff --git a/tmpls/home.html b/tmpls/home.html index 37ecead..8dff314 100644 --- a/tmpls/home.html +++ b/tmpls/home.html @@ -12,11 +12,15 @@ projects blog -

Written in C™. Check out the source code here!

+

Written in C™. Check out the source code here!

Personal projects

- Gitlab
- Github (mostly old unused stuff)
+

Hosts

+

My favourites