~mika/www.m1kadev.nl

1e05c7757e3cc30c78d7e1a02cc280dad101de7e — m1ka 3 months ago 78bd1f6
fix a small linking issue which could cause proxying issues, update links to codeberg
2 files changed, 3 insertions(+), 3 deletions(-)

M bricks/navbar.thtml
M pages/projects.fxg
M bricks/navbar.thtml => bricks/navbar.thtml +1 -1
@@ 7,7 7,7 @@
    <div class="link-group">
        <a href="/">home</a>
        <a href="/projects.html">projects</a>
        <a href="/thoughts">thoughts</a>
        <a href="/thoughts/">thoughts</a>
        <a href="/colophon.html">colophon</a>
    </div>
    <!-- <h3>on this page</h3>

M pages/projects.fxg => pages/projects.fxg +2 -2
@@ 2,7 2,7 @@

===== fxg =====

<#https://github.com/m1kadev/fxg fxg> is my own markup language, written in <#https://rust-lang.org/ Rust>. it aims to maximise readability in text form, and tries to only have one way to write markup (unlike Markdown). you can view <#https://github.com/m1kadev/www.m1kadev.nl/blob/main/src/projects.fxg the source> of this page, if you'd like to see for yourself.
<#https://github.com/m1kadev/fxg fxg> is my own markup language, written in <#https://rust-lang.org/ Rust>. it aims to maximise readability in text form, and tries to only have one way to write markup (unlike Markdown). you can view <#https://codeberg.org/m1ka/www.m1kadev.nl/src/branch/main/pages/projects.fxg the source> of this page, if you'd like to see for yourself.

===== m1kadev.nl =====
the site you're on right now! the <#https://github.com/m1kadev/www.m1kadev.nl/blob/main/build.exs generator> for this site is written in elixir. all code for the generator (besides <#https://hexdocs.pm/tzdata/readme.html Tzdata>, for the build timestamp) is written by me.
the site you're on right now! the <#https://codeberg.org/m1ka/www.m1kadev.nl/src/branch/main/kethel generator> for this site is written in elixir. all code for the generator is written by me.