update to new lineend style
This commit is contained in:
parent
6f95c4b3e2
commit
eec41ff4ac
2
build.mb
2
build.mb
|
@ -24,7 +24,7 @@ set -e
|
||||||
|
|
||||||
mkdir -p \$(dirname $(%output%))
|
mkdir -p \$(dirname $(%output%))
|
||||||
|
|
||||||
bin/fpc-sitegen -i $(%input%) -o $(%output%)
|
bin/fpc-sitegen -a el -i $(%input%) -o $(%output%)
|
||||||
|
|
||||||
COMMIT_SHORT=\$(git rev-parse --short HEAD)
|
COMMIT_SHORT=\$(git rev-parse --short HEAD)
|
||||||
BRANCH=\$(git rev-parse --abbrev-ref HEAD)
|
BRANCH=\$(git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
{$head} about
|
{$head} about
|
||||||
|
|
||||||
I'm Marie and I like C, Freepascal and Rust.
|
I'm Marie and I like C, Freepascal and Rust.
|
||||||
<br>
|
|
||||||
This website was made using <a
|
This website was made using <a href="https://github.com/FelixEcker/fpc-sitegen">my own static-site generator</a> written in 100% freepascal. Since I am too lazy to make a nice
|
||||||
href="https://github.com/FelixEcker/fpc-sitegen">my own static-site
|
|
||||||
generator</a> written in 100% freepascal. Since I am too lazy to make a nice
|
|
||||||
template this also looks like shit :)
|
template this also looks like shit :)
|
||||||
|
|
||||||
{$begin-section} socials-contacts
|
{$begin-section} socials-contacts
|
||||||
|
|
|
@ -8,7 +8,7 @@ fpc-sitegen is a simple tool I use to convert <a href="/projects/sad.html">SAD
|
||||||
files</a> to, in this case, static HTML pages.
|
files</a> to, in this case, static HTML pages.
|
||||||
|
|
||||||
It comes with a very simple format for creating templates, for an example see <a
|
It comes with a very simple format for creating templates, for an example see <a
|
||||||
href="https://github.com/FelixEcker/fpc-sitegen/blob/main/data/template.sgt">here</a>.<br>
|
href="https://github.com/FelixEcker/fpc-sitegen/blob/main/data/template.sgt">here</a>.
|
||||||
|
|
||||||
fpc-sitegen is, as the name suggest, written in 100% freepascal. It is licensed
|
fpc-sitegen is, as the name suggest, written in 100% freepascal. It is licensed
|
||||||
under the BSD 3-Clause license.
|
under the BSD 3-Clause license.
|
||||||
|
|
|
@ -7,19 +7,14 @@ sad is a custom document file format I initially inteded for note-taking and
|
||||||
terminal based documents, but I also began using it for school work and now for
|
terminal based documents, but I also began using it for school work and now for
|
||||||
my website.
|
my website.
|
||||||
|
|
||||||
<br><br>
|
It is a very simple document format bringing support for only this small feature set:
|
||||||
|
|
||||||
It is a very simple document format bringing support for only this small feature set: <br>
|
|
||||||
* Sectioning <br>
|
* Sectioning <br>
|
||||||
* Styling / Coloring <br>
|
* Styling / Coloring <br>
|
||||||
|
|
||||||
<br><br>
|
|
||||||
|
|
||||||
Due to personal preferences, all the sad specific things in documents are
|
Due to personal preferences, all the sad specific things in documents are
|
||||||
controlled using "switches" similar to freepascal compiler switches.
|
controlled using "switches" similar to freepascal compiler switches.
|
||||||
|
|
||||||
<br><br>
|
|
||||||
|
|
||||||
The sadsuite is implemented in 100% freepascal. It is licensed under the BSD 3-Clause license.
|
The sadsuite is implemented in 100% freepascal. It is licensed under the BSD 3-Clause license.
|
||||||
|
|
||||||
{$begin-section} links
|
{$begin-section} links
|
||||||
|
|
Loading…
Reference in a new issue