fix some links, MCFG/2 page placeholder, update template
This commit is contained in:
parent
8b2859a126
commit
fe6a526121
3
build.mb
3
build.mb
|
@ -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'
|
||||
|
|
|
@ -46,9 +46,9 @@ template this also looks like shit :)
|
|||
<div class="description">   A customary buildsystem written in C. </div>
|
||||
* <a href="/projects/mcfg_2.html">mcfg_2</a> <a class="git-link" href="https://github.com/FelixEcker/mcfg_2">[github]</a><br>
|
||||
<div class="description">   Library to parse the Marie-Configuration/2 file format. </div>
|
||||
* <a href="/projects/mawim.html">mawim</a> <a class="git-link" href="https://github.com/FelixEcker/mawim">[github]</a><br>
|
||||
* mawim <a class="git-link" href="https://github.com/FelixEcker/mawim">[github]</a><br>
|
||||
<div class="description">   Simple and not fully functional X11 Window Manager. </div>
|
||||
* <a href="/projects/libfwbt.html">libfwbt</a> <a class="git-link" href="https://github.com/FelixEcker/libfwbt">[github]</a><br>
|
||||
* libfwbt <a class="git-link" href="https://github.com/FelixEcker/libfwbt">[github]</a><br>
|
||||
<div class="description">   A Library to parse Fixed-Width-Binary-Tables. </div>
|
||||
{$end-section}
|
||||
{$begin-section} freepascal
|
||||
|
|
|
@ -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
13
data/projects/mcfg_2.sad
Normal 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}
|
|
@ -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$$
|
||||
|
||||
|
|
Loading…
Reference in a new issue