fix github links
This commit is contained in:
parent
bd2dae022e
commit
fcdad5ab5a
6 changed files with 15 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
I'm Marie and I like programming (particularly in C, Freepascal and Rust), <a href="/music.html">music</a> and Half-Life.
|
||||
|
||||
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
|
||||
This website was made using <a href="https://github.com/MarieEckert/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 :)
|
||||
|
||||
{$begin-section} socials-contacts
|
||||
|
@ -36,29 +36,29 @@ template this also looks like shit :)
|
|||
{$begin-section} other
|
||||
{$sub-head} other
|
||||
|
||||
* <a href="/projects/mfd0816/index.html">mfd0816</a> <a class="git-link" href="https://github.com/FelixEcker/mfd0816">[github]</a><br>
|
||||
* <a href="/projects/mfd0816/index.html">mfd0816</a> <a class="git-link" href="https://github.com/MarieEckert/mfd0816">[github]</a><br>
|
||||
{$style description}   A fantasy CPU based on the intel 8088 {$reset}
|
||||
{$end-section}
|
||||
{$begin-section} c
|
||||
{$sub-head} c
|
||||
|
||||
* <a href="/projects/mariebuild.html">mariebuild</a> <a class="git-link" href="https://github.com/FelixEcker/mariebuild">[github]</a><br>
|
||||
* <a href="/projects/mariebuild.html">mariebuild</a> <a class="git-link" href="https://github.com/MarieEckert/mariebuild">[github]</a><br>
|
||||
{$style description}   A customary buildsystem written in C. {$reset} <br>
|
||||
* <a href="/projects/mcfg_2.html">mcfg_2</a> <a class="git-link" href="https://github.com/FelixEcker/mcfg_2">[github]</a><br>
|
||||
* <a href="/projects/mcfg_2.html">mcfg_2</a> <a class="git-link" href="https://github.com/MarieEckert/mcfg_2">[github]</a><br>
|
||||
{$style description}   Library to parse the Marie-Configuration/2 file format. {$reset} <br>
|
||||
* mawim <a class="git-link" href="https://github.com/FelixEcker/mawim">[github]</a><br>
|
||||
* mawim <a class="git-link" href="https://github.com/MarieEckert/mawim">[github]</a><br>
|
||||
{$style description}   Simple and not fully functional X11 Window Manager. {$reset} <br>
|
||||
* libfwbt <a class="git-link" href="https://github.com/FelixEcker/libfwbt">[github]</a><br>
|
||||
* libfwbt <a class="git-link" href="https://github.com/MarieEckert/libfwbt">[github]</a><br>
|
||||
{$style description}   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> <a class="git-link" href="https://github.com/FelixEcker/fpc-sitegen">[github]</a><br>
|
||||
* <a href="/projects/fpc-sitegen.html">fpc-sitegen</a> <a class="git-link" href="https://github.com/MarieEckert/fpc-sitegen">[github]</a><br>
|
||||
{$style description}   A simple static-site-generator. {$reset} <br>
|
||||
* <a href="/projects/sad.html">sad</a> <a class="git-link" href="https://github.com/FelixEcker/sad">[github]</a><br>
|
||||
* <a href="/projects/sad.html">sad</a> <a class="git-link" href="https://github.com/MarieEckert/sad">[github]</a><br>
|
||||
{$style description}   The Simple-Ansi-Document file format suite. {$reset} <br>
|
||||
* pasfetch <a class="git-link" href="https://github.com/FelixEcker/pasfetch">[github]</a><br>
|
||||
* pasfetch <a class="git-link" href="https://github.com/MarieEckert/pasfetch">[github]</a><br>
|
||||
{$style description}   My system information fetcher. {$reset} <br>
|
||||
{$end-section}
|
||||
{$end-section}
|
||||
|
|
|
@ -8,13 +8,13 @@ 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.
|
||||
|
||||
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>.
|
||||
href="https://github.com/MarieEckert/fpc-sitegen/blob/main/data/template.sgt">here</a>.
|
||||
|
||||
fpc-sitegen is, as the name suggest, written in 100% freepascal. It is licensed
|
||||
under the BSD 3-Clause license.
|
||||
|
||||
{$begin-section} links
|
||||
{$sub-head} links
|
||||
* <a href="https://github.com/FelixEcker/fpc-sitegen">Source Code on GitHub</a>
|
||||
* <a href="https://github.com/MarieEckert/fpc-sitegen">Source Code on GitHub</a>
|
||||
{$end-section}
|
||||
{$end-section}
|
||||
|
|
|
@ -10,7 +10,7 @@ mariebuild uses the <a href="/projects/mcfg_2.html">MCFG/2</a> format for its bu
|
|||
|
||||
{$begin-section} links
|
||||
{$sub-head} links
|
||||
* <a href="https://github.com/FelixEcker/mariebuild">mariebuild on GitHub</a><br>
|
||||
* <a href="https://github.com/MarieEckert/mariebuild">mariebuild on GitHub</a><br>
|
||||
* <a href="https://aur.archlinux.org/packages/mariebuild">mariebuild in the AUR</a><br>
|
||||
{$end-section}
|
||||
{$end-section}
|
||||
|
|
|
@ -8,6 +8,6 @@ TODO: not documented yet.
|
|||
|
||||
{$begin-section} links
|
||||
{$sub-head} links
|
||||
* <a href="https://github.com/FelixEcker/mcfg_2">MCFG/2 on GitHub</a><br>
|
||||
* <a href="https://github.com/MarieEckert/mcfg_2">MCFG/2 on GitHub</a><br>
|
||||
{$end-section}
|
||||
{$end-section}
|
||||
|
|
|
@ -21,7 +21,7 @@ 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><br>
|
||||
* <a href="https://github.com/MarieEckert/mfd0816">GitHub (currently private)</a><br>
|
||||
{$style description}   Git repository containing the spec. documents and the assembler & emulator implementations (C++). {$reset}
|
||||
|
||||
{$end-section}
|
||||
|
|
|
@ -19,7 +19,7 @@ The sadsuite is implemented in 100% freepascal. It is licensed under the BSD 3-C
|
|||
|
||||
{$begin-section} links
|
||||
{$sub-head} links
|
||||
* <a href="https://github.com/FelixEcker/sad">The sadsuite on GitHub</a><br>
|
||||
* <a href="https://github.com/MarieEckert/sad">The sadsuite on GitHub</a><br>
|
||||
* <a href="https://aur.archlinux.org/packages/sadsuite">The sadsuite in the AUR</a><br>
|
||||
{$end-section}
|
||||
{$end-section}
|
||||
|
|
Loading…
Add table
Reference in a new issue