update and adjust for fpc-sitegen 1.3

This commit is contained in:
Marie 2025-01-05 05:53:15 +01:00
parent 6d1745faea
commit 719ca74dd3
4 changed files with 16 additions and 11 deletions

Binary file not shown.

View file

@ -37,28 +37,28 @@ template this also looks like shit :)
{$sub-head} other
* <a href="/projects/mfd0816/index.html">mfd0816</a>&ensp;<a class="git-link" href="https://github.com/FelixEcker/mfd0816">[github]</a><br>
<div class="description"> &emsp; A fantasy CPU based on the intel 8088 </div>
{$style description} &emsp; A fantasy CPU based on the intel 8088 {$reset}
{$end-section}
{$begin-section} c
{$sub-head} c
* <a href="/projects/mariebuild.html">mariebuild</a>&ensp;<a class="git-link" href="https://github.com/FelixEcker/mariebuild">[github]</a><br>
<div class="description"> &emsp; A customary buildsystem written in C. </div>
{$style description} &emsp; A customary buildsystem written in C. {$reset} <br>
* <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>
{$style description} &emsp; Library to parse the Marie-Configuration/2 file format. {$reset} <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>
{$style description} &emsp; Simple and not fully functional X11 Window Manager. {$reset} <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>
{$style description} &emsp; A Library to parse Fixed-Width-Binary-Tables. {$reset} <br>
{$end-section}
{$begin-section} freepascal
{$sub-head} freepascal
* <a href="/projects/fpc-sitegen.html">fpc-sitegen</a>&ensp;<a class="git-link" href="https://github.com/FelixEcker/fpc-sitegen">[github]</a><br>
<div class="description"> &emsp; A simple static-site-generator. </div>
{$style description} &emsp; A simple static-site-generator. {$reset} <br>
* <a href="/projects/sad.html">sad</a>&ensp;<a class="git-link" href="https://github.com/FelixEcker/sad">[github]</a><br>
<div class="description"> &emsp; The Simple-Ansi-Document file format suite. </div>
{$style description} &emsp; The Simple-Ansi-Document file format suite. {$reset} <br>
* pasfetch&ensp;<a class="git-link" href="https://github.com/FelixEcker/pasfetch">[github]</a><br>
<div class="description"> &emsp; My system information fetcher. </div>
{$style description} &emsp; My system information fetcher. {$reset} <br>
{$end-section}
{$end-section}

View file

@ -21,8 +21,8 @@ and tooling around it are licensed under the CC BY-SA 4.0 license. <br>
{$begin-section} links
{$sub-head} links
* <a href="https://github.com/FelixEcker/mfd0816">GitHub (currently private)</a>
<div class="description"> &emsp; Git repository containing the spec. documents and the assembler & emulator implementations (C++). </div>
* <a href="https://github.com/FelixEcker/mfd0816">GitHub (currently private)</a><br>
{$style description} &emsp; Git repository containing the spec. documents and the assembler & emulator implementations (C++). {$reset}
{$end-section}
{$end-section}
@ -33,4 +33,5 @@ and tooling around it are licensed under the CC BY-SA 4.0 license. <br>
{$sub-head} Version 1
* <a href="/projects/mfd0816/VERSION1_DESIGN">Design / Specification</a><br>
* <a href="/projects/mfd0816/VERSION1_INSTRUCTIONS">Instruction Set Reference </a><br>
{$style italic} &emsp; These are really broken when viewed in browser because no UTF-8 (coming soon tho!!!) {$reset-all} <br>
{$end-section}

View file

@ -87,11 +87,15 @@ body {
font-size: 15pt;
}
.description {
.style-description {
font-size: 12pt;
font-style: italic;
}
.style-italic {
font-style: italic;
}
.footer {
font-size: 12pt;
bottom: 0;