add mariebuild project site
This commit is contained in:
parent
eec41ff4ac
commit
6b53480de8
2
build.mb
2
build.mb
|
@ -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'
|
||||||
|
|
||||||
|
|
16
data/projects/mariebuild.sad
Normal file
16
data/projects/mariebuild.sad
Normal 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}
|
Loading…
Reference in a new issue