all repos — h3rald @ 6d1dc4dc86b95bcb7884a2be4d52b1f2d4f77864

The sources of https://h3rald.com

Fixes.
h3rald h3rald@h3rald.com
Sat, 24 Feb 2024 14:07:40 +0100
commit

6d1dc4dc86b95bcb7884a2be4d52b1f2d4f77864

parent

f69f731e99fc49c0b08fe7cbfcfd722c76fd923a

M assets/styles/style.cssassets/styles/style.css

@@ -133,12 +133,12 @@ line-height: var(--line-height);

} body { - background-color: var(--primary-background); font-family: 'Calendas Plus', serif; font-feature-settings: "liga", "clig", "kern"; hyphens: auto; font-weight: 300; margin: auto; + height: 100vh; letter-spacing: var(--letter-spacing); font-size: var(--base-font-size); line-height: var(--leading);

@@ -541,7 +541,7 @@ * THEME

*****/ body { - background: var(--primary-background); + background: #1e1e1e; color: var(--primary-text-color); }
M contents/about.mdcontents/about.md

@@ -1,6 +1,6 @@

----- id: about -title: About +title: ABOUT content-type: page -----
M contents/now.mdcontents/now.md

@@ -1,6 +1,6 @@

----- id: now -title: What I am doing now +title: NOW content-type: page -----
M rules.minrules.min

@@ -28,7 +28,7 @@ {}

"articles/index" %id "articles.html" %path ".html" %ext - "Articles" %title + "ARTICLES" %title "page" %content-type ARCHIVES dvalues (/code :a /code :b a b >) sort %archives projects-count %projects-count

@@ -52,7 +52,7 @@ {}

"projects/index" %id "projects.html" %path ".html" %ext - "Projects" %title + "PROJECTS" %title "page" %content-type PROJECTS ('active dhas?) filter (/id swap /id <) sort %active-projects PROJECTS ('active dhas? not) filter (/id swap /id <) sort %inactive-projects
M templates/article.mustachetemplates/article.mustache

@@ -10,7 +10,6 @@ {{> _header}}

</div> </div> <div class="row main-content"> - <div class="col-xs-12"> <article class="{{content-type}} box content"> {{> _page_header}} <time datetime="{{date-iso8601}}"><img src="/images/icons/calendar.svg" alt="[date]" class="icon"/>&nbsp;{{date}}</time>

@@ -18,7 +17,6 @@ <div class="body-text" class="hyphenate">

{{{contents}}} </div> </article> - </div> </div> <div class="row"> <div class="col-xs-12">
M templates/grimoire.mustachetemplates/grimoire.mustache

@@ -17,7 +17,7 @@ <p>This is the old grimoire of Herald. It contains <strong>{{grimoire-count}}</strong> powerful spells and enchantments to unlock the secret magic of Unix or the dark curses of Windows.</p>

<div id="body-text" class="hyphenate"> <ul> {{#spells}} - <li><a href="{{id}}">{{title}}</a></li> + <li><a href="/{{rawid}}">{{title}}</a></li> {{/spells}} </ul> </div>
M templates/page.mustachetemplates/page.mustache

@@ -10,14 +10,12 @@ {{> _header}}

</div> </div> <div class="row main-content"> - <div class="col-xs-12"> <article class="{{content-type}} box content"> {{> _page_header}} <div class="body-text hyphenate"> {{{contents}}} </div> </article> - </div> </div> <div class="row"> <div class="col-xs-12">
M templates/project.mustachetemplates/project.mustache

@@ -10,7 +10,6 @@ {{> _header}}

</div> </div> <div class="row main-content"> - <div class="col-xs-12"> <article class="{{content-type}} box content"> {{> _page_header}} {{#github}}

@@ -47,7 +46,6 @@ <div class="body-text hyphenate">

{{{contents}}} </div> </article> - </div> </div> <div class="row"> <div class="col-xs-12">
M templates/projects.mustachetemplates/projects.mustache

@@ -10,7 +10,6 @@ {{> _header}}

</div> </div> <div class="row main-content"> - <div class="col-xs-12"> <article class="{{content-type}} box content"> {{> _page_header}} <p>This page lists <strong>{{projects-count}}</strong> projects that I am currently working on or that I worked on in the past.</p>

@@ -23,7 +22,6 @@ {{> _project}}

{{/inactive-projects}} </div> </article> - </div> </div> <div class="row"> <div class="col-xs-12">