Fixes
h3rald h3rald@h3rald.com
Sun, 14 Jun 2026 02:52:57 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -26,7 +26,7 @@ --line-height: 1.5;
--scale-factor: 1.3333; --leading: 2rem; --letter-spacing: 0.05em; - --font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; + --font-family-sans: BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; --font-family-mono: "JetBrains Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
M
templates/home.mustache
→
templates/home.mustache
@@ -7,7 +7,7 @@ <div class="main container-fluid themed-content">
{{> _header}} <div class="row main-content"> <article class="page box content"> - <h2>WELCOME!</h2> + <h2>Welcome</h2> <div class="body-text"> <p>Welcome to H3RALD.com. This site used to be a fairly active blog back in the early 2000s, but sadly I progressively lost interest in writing articles, perhaps because I didn't have anything new to write about that you couldn't find elsewhere. However, all the content is still here, so feel free to browse through the <a href="/articles">articles</a> section.</p> <p>As I progressively neglected writing, I started creating more and more small programs and tools to perform common tasks, mostly using the <a href="https://nim-lang.org" target="_blank">Nim</a> programming language. They are all open source, they all have a dedicated project page here, and there's some pretty decent documentation for most of them. You can find them all in the <a href="/projects">projects</a> section.</p>