all repos — h3rald @ fff94e5604bd922aefe055306d69d269edfcd4ae

The source code of the h3rald.com web site.

Style improvements, license checks.
h3rald h3rald@h3rald.com
Fri, 19 Jun 2026 16:00:55 +0200
commit

fff94e5604bd922aefe055306d69d269edfcd4ae

parent

92fab9390fdd931826545492886add4c596477d1

M LICENSELICENSE

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

The MIT License (MIT) -Copyright (c) 2004-2017 Fabio Cevasco +Copyright (c) Fabio Cevasco Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
M assets/styles/style.cssassets/styles/style.css

@@ -49,7 +49,7 @@ margin-bottom: var(--leading);

} .navlinks { - margin-top: 2rem; + margin-top: 1rem; } h1,

@@ -416,6 +416,7 @@ }

.buttons a { margin: 0 4px; + text-decoration: none; } footer .h3rald {
M contents/conver.mdcontents/conver.md

@@ -10,7 +10,7 @@ active: true

version: 450-B conver: true stage: operational -license: CC-BY-4.0 +license: CC-BY changelog: true -----
M contents/h3rald.htmlcontents/h3rald.html

@@ -6,7 +6,7 @@ subtitle: "The site you're looking at"

version: 540-B conver: true stage: operational -license: CC-BY-4.0 +license: CC-BY-NC-SA sourcehut: h3rald active: true home: /h3rald/
M contents/ruby-compendium.htmlcontents/ruby-compendium.html

@@ -11,7 +11,7 @@ summary: "A free book aiming to help beginners learn about Ruby, focusing on its vast ecosystem and resources."

version: 0.2.0 semver: true stage: operational -license: CC-BY-SA-3.0 +license: CC-BY-NC-SA ----- <p>This book was written by Fabio Cevasco and it is licensed under a <a
M templates/_footer.mustachetemplates/_footer.mustache

@@ -1,9 +1,8 @@

<footer class="sidebar"> <p> - <img src="/images/logo-light.svg" alt="H3RALD" class="logo-mini"> Web Site v540-B + <img src="/images/logo-light.svg" alt="H3RALD" class="logo-mini"> Web Site <a href="/h3rald">v540-B</a> </p> - <p>This web site uses <a href="/conver">Convergent Versioning</a></p> - <p>&copy; 2004&mdash;2026 &bull; <em>Fabio Cevasco</em></p> + <p>&copy; 2004&mdash;2026 <em>Fabio Cevasco</em></p> <div class="navlinks"> <a href="/about" class="navbar-link">ABOUT</a> &middot;