add mariebuild project site

This commit is contained in:
Marie 2024-10-22 00:34:45 +02:00
parent eec41ff4ac
commit 6b53480de8
2 changed files with 17 additions and 1 deletions

View file

@ -15,7 +15,7 @@ end
sector c_rules sector c_rules
section sites section sites
list str input 'index', 'projects/fpc-sitegen', 'projects/sad' list str input 'index', 'projects/fpc-sitegen', 'projects/sad', 'projects/mariebuild'
str input_format 'data/$(%element%).sad' str input_format 'data/$(%element%).sad'
str output_format '$(%element%).html' str output_format '$(%element%).html'

View file

@ -0,0 +1,16 @@
{$start}
{$title} mariebuild
{$begin-section} about
{$head} about mariebuild
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.
{$begin-section} links
{$sub-head} links
* <a href="https://github.com/FelixEcker/mariebuild">mariebuild on GitHub</a><br>
* <a href="https://aur.archlinux.org/packages/mariebuild">mariebuild in the AUR</a><br>
{$end-section}
{$end-section}