fix some links, MCFG/2 page placeholder, update template

This commit is contained in:
Marie 2024-12-30 17:57:06 +01:00
parent 8b2859a126
commit fe6a526121
5 changed files with 19 additions and 5 deletions

View file

@ -17,10 +17,11 @@ sector c_rules
section sites
list str input
'index',
'music',
'music',
'projects/fpc-sitegen',
'projects/sad',
'projects/mariebuild',
'projects/mcfg_2',
'projects/mfd0816/index'
str input_format 'data/$(%element%).sad'
str output_format '$(%element%).html'

View file

@ -46,9 +46,9 @@ template this also looks like shit :)
<div class="description"> &emsp; A customary buildsystem written in C. </div>
* <a href="/projects/mcfg_2.html">mcfg_2</a>&ensp;<a class="git-link" href="https://github.com/FelixEcker/mcfg_2">[github]</a><br>
<div class="description"> &emsp; Library to parse the Marie-Configuration/2 file format. </div>
* <a href="/projects/mawim.html">mawim</a>&ensp;<a class="git-link" href="https://github.com/FelixEcker/mawim">[github]</a><br>
* mawim&ensp;<a class="git-link" href="https://github.com/FelixEcker/mawim">[github]</a><br>
<div class="description"> &emsp; Simple and not fully functional X11 Window Manager. </div>
* <a href="/projects/libfwbt.html">libfwbt</a>&ensp;<a class="git-link" href="https://github.com/FelixEcker/libfwbt">[github]</a><br>
* libfwbt&ensp;<a class="git-link" href="https://github.com/FelixEcker/libfwbt">[github]</a><br>
<div class="description"> &emsp; A Library to parse Fixed-Width-Binary-Tables. </div>
{$end-section}
{$begin-section} freepascal

View file

@ -6,7 +6,7 @@
mariebuild is my custom build system created to avoid Makefiles, CMake, Meson,
etc. since I really dislike them in most of my private use cases.
mariebuild uses the <a href=/projects/mcfg_2.html">MCFG/2</a> format for its build configurations and supports full and incremental builds.
mariebuild uses the <a href="/projects/mcfg_2.html">MCFG/2</a> format for its build configurations and supports full and incremental builds.
{$begin-section} links
{$sub-head} links

13
data/projects/mcfg_2.sad Normal file
View file

@ -0,0 +1,13 @@
{$start}
{$title} MCFG/2
{$begin-section} about
{$head} about MCFG/2
TODO: not documented yet.
{$begin-section} links
{$sub-head} links
* <a href="https://github.com/FelixEcker/mcfg_2">MCFG/2 on GitHub</a><br>
{$end-section}
{$end-section}

View file

@ -33,7 +33,7 @@ output-format:
<div class="main">
<img id="banner" src="/pics/SUNSET_REVERSE.GIF">
<div class="title-format"> <img src="/pics/grins.gif"> $$DOCUMENT_TITLE$$ <img src="/pics/baustelle.gif"> </div>
<div class="title-format"> <a href="/index.html"><img src="/pics/grins.gif"></a> $$DOCUMENT_TITLE$$ <img src="/pics/baustelle.gif"> </div>
<hr>
$$CONTENT$$