Add links to The Lair
This commit is contained in:
6
CONFIG.h
6
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_
|
||||
|
@ -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).
|
||||
|
@ -12,11 +12,15 @@
|
||||
<a class="button" href="/#projects">projects</a>
|
||||
<a class="button" href="/blog">blog</a>
|
||||
</div>
|
||||
<p>Written in C™. <a href="https://gitlab.com/kamkow1/aboba" target="_blank">Check out the source code here!</a></p>
|
||||
<p>Written in C™. <a href="http://git.kamkow1lair.pl/kamkow1/aboba" target="_blank">Check out the source code here!</a></p>
|
||||
<section id="projects">
|
||||
<h2>Personal projects</h2>
|
||||
<a href="https://gitlab.com/kamkow1">Gitlab</a><br />
|
||||
<a href="https://github.com/kamkow1">Github (mostly old unused stuff)</a><br />
|
||||
<h3>Hosts</h3>
|
||||
<ul>
|
||||
<li><a href="http://git.kamkow1lair.pl">The Lair</a></li>
|
||||
<li><a href="https://gitlab.com/kamkow1">Gitlab</a></li>
|
||||
<li><a href="https://github.com/kamkow1">Github (mostly old unused stuff)</a></li>
|
||||
</ul>
|
||||
<h3>My favourites</h3>
|
||||
<ul>
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user