<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/base.css">
<script src="/scripts/ldbuilddata.js" defer></script>
<script src="/static/highlight.min.js"></script>
<script defer>hljs.highlightAll();</script>
<link rel="stylesheet" href="/static/arta.min.css">
<title>home - m1kadev</title>
</head>
<body>
<div id="content">
<main>
<h1>projects</h1> <h3>fxg</h3> <a href="https://github.com/m1kadev/fxg">fxg</a> is my own markup language, written in <a href="https://rust-lang.org/">Rust</a>. it aims to maximise readability in text form, and tries to only have one way to write markup (unlike Markdown). you can view <a href="https://github.com/m1kadev/www.m1kadev.nl/blob/main/src/projects.fxg">the source</a> of this page, if you'd like to see for yourself. <br/><h3>m1kadev.nl</h3>the site you're on right now! the <a href="https://github.com/m1kadev/www.m1kadev.nl/blob/main/build.exs">generator</a> for this site is written in elixir. all code for the generator (besides <a href="https://hexdocs.pm/tzdata/readme.html">Tzdata</a>, for the build timestamp) is written by me.
<hr>
<footer>
<div id="metadata">
<p>Deployed from commit <code><span class="from-commit-short"></span></code>, on <span class="build-date"></span> </p>
</div>
<div id="lynx">
<a href="https://github.com/m1kadev">
<img src="/static/github-mark-white.svg" width="32" height="32" alt="GitHub logo">
</a>
</div>
</footer>
</main>
</div>
<div id="mark">
<h3>.nl</h3>
<h1>m1kadev</h1>
<nav>
<hr>
<a href="/">home</a>
<a href="/projects.html">projects</a>
<a href="/thoughts/">thoughts</a>
<a href="/pastes/">pastes</a>
<hr>
<a href="/colophon.html">colophon</a>
</nav>
</div>
</body>
</html>