all repos — h3rald @ 759e06f49799fd80406d308db5487416499afc77

The sources of https://h3rald.com

Updated home page.
h3rald h3rald@h3rald.com
Sun, 21 Nov 2021 13:53:39 +0100
commit

759e06f49799fd80406d308db5487416499afc77

parent

067890f985aa5ab35eeb472dac6cbc24419ecae7

3 files changed, 57 insertions(+), 55 deletions(-)

jump to
M templates/_footer.mustachetemplates/_footer.mustache

@@ -1,5 +1,5 @@

<footer class="sidebar"> - <p><span class="h3rald"></span> Web Site v9.2.2</p> + <p><span class="h3rald"></span> Web Site v9.2.3</p> <p>&copy; 2004&mdash;2021 &bull; <em>Fabio Cevasco</em></p> <ul class="inline"> <li><a title="email" href='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#104;&#51;&#114;&#97;&#108;&#100;&#64;&#104;&#51;&#114;&#97;&#108;&#100;&#46;&#99;&#111;&#109;'>
M templates/_panels.mustachetemplates/_panels.mustache

@@ -1,69 +1,50 @@

<div class="panel"> <div class="panel-header"> - featured articles + featured projects </div> <div class="panel-body"> - <article> + <article> <header> - <h3><a href="/articles/randal-schwartz/">A pizza with Randal Schwartz</a></h3> - <p class="secondary-subtitle">Talking about open source, programming, emacs and technical writing</p> + <h3><a href="/min/">min</a></h3> + <p class="secondary-subtitle">A tiny concatenative programming language and system shell, providing a small standard library with regular expression support, cryptography, file management, and more.</p> </header> </article> <article> <header> - <h3><a href="/articles/herald-vim-color-scheme/">Herald (Vim Color Scheme)</a></h3> - <p class="secondary-subtitle">My very own VIM color scheme. Featuring 256, 16 and 8 color support, high readability and... pretty colors!</p> + <h3><a href="/litestore/">LiteStore</a></h3> + <p class="secondary-subtitle">A self-contained, lightweight NoSQL data store, featuring a RESTful API, full-text search, JWT token validation and authorization support, server-side JavaScript middleware, and more.</p> </header> </article> <article> <header> - <h3><a href="/articles/10-programming-languages/">10 programming languages worth checking out</a></h3> - <p class="secondary-subtitle">A quick comparison of 10 non-mainstream programming languages</p> + <h3><a href="/hastyscribe/">HastyScribe</a></h3> + <p class="secondary-subtitle">A self-contained Markdown to HTML compiler based on discount but including additional features such as support for snippets, custom fields, simple macros and more.</p> </header> </article> </div> </div> <div class="panel"> <div class="panel-header"> - featured projects + featured articles </div> <div class="panel-body"> <article> <header> - <h3><a href="/litestore/">LiteStore</a></h3> - <p class="secondary-subtitle">A self-contained, lightweight NoSQL data store, featuring a RESTful API, full-text search, JWT token validation and authorization support, server-side JavaScript middleware, and more.</p> + <h3><a href="/articles/randal-schwartz/">A pizza with Randal Schwartz</a></h3> + <p class="secondary-subtitle">Talking about open source, programming, emacs and technical writing</p> </header> </article> - <article> <header> - <h3><a href="/min/">min</a></h3> - <p class="secondary-subtitle">A tiny concatenative programming language and system shell, providing a small standard library with regular expression support, cryptography, file management, and more.</p> + <h3><a href="/articles/10-programming-languages/">10 programming languages worth checking out</a></h3> + <p class="secondary-subtitle">A quick comparison of 10 non-mainstream programming languages</p> </header> </article> <article> <header> - <h3><a href="/hastyscribe/">HastyScribe</a></h3> - <p class="secondary-subtitle">A self-contained Markdown to HTML compiler based on discount but including additional features such as support for snippets, custom fields, simple macros and more.</p> + <h3><a href="10-more-programming-languages">10 more programming languages worth checking out</a></h3> + <p class="secondary-subtitle">Another look at 10 non-mainstream programming languages, 10 years later</p> </header> </article> - </div> -</div> -<div class="panel"> - <div class="panel-header"> - credits - </div> - <div class="panel-body"> - <p class="leading">Special thanks to the following people, who made this web site possible:</p> - <ul> - <li> - <a href="http://scholarsfonts.net/">David J. Perry</a>, who designed the <a href="http://scholarsfonts.net/cardofnt.html">Cardo</a> font used for the H3RALD logo. - </li> - <li> - <a href="http://atipo.es/en/">atipo</a>, who designed the <a href="http://atipofoundry.com/fonts/noway">Noway</a> font, used throughout this web site. - </li> - <li> - <a href="http://www.danielbruce.se/">Daniel Bruce</a>, designer of the <a href="http://www.entypo.com/">Entypo</a> font, used for the icons on this web site. - </li> - </ul> + <article> </div> </div>
M templates/home.mustachetemplates/home.mustache

@@ -11,26 +11,47 @@ </div>

<div class="col-xs-12 col-sm-8 col-md-9"> <div class="box content home-content"> <article> - <h2><a href="/{{latest.rawid}}">{{latest.title}}</a></h2> - <p class="primary-subtitle"> - {{latest.subtitle}} - </p> - <time><i class="ent ent-calendar"></i> {{latest.date}}</time></p> - <section class="body-text"> - {{{latest.summary}}} - <p><a href="/{{latest.rawid}}">Continue reading →</a></p> - </section> + <h2>Welcome</h2> + <section class="body-text"> + <p>Welcome to H3RALD.com. This site was 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 and 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> + <p>At any rate, thank you for stopping by!</p> + <p>&mdash; Fabio</p> + </section> </article> - <div class="divider text-center" data-content="more recent articles"></div> - {{#recents}} - <article> - <h4><a href="/{{rawid}}">{{title}}</a></h4> - <p class="secondary-subtitle"> - {{subtitle}} - </p> - <time><i class="ent ent-calendar"></i> {{date}}</time></p> - </article> - {{/recents}} + <div class="panel"> + <div class="panel-header"> + about + </div> + <div class="panel-body"> + <p class="leading">This site is built using HastySite, my very own static site generator. Over the years, it underwent several iterations characterized by different visual themes and technology stacks, you can read about it here.</p> + <p>I consider myself a hacker in the true meaning of the word:</p> + <blockquote>"A person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary."</blockquote> + <p style="padding-left:4em;"> + &mdash; Eric S. Raymond, <cite><a href="http://www.catb.org/jargon/html/H/hacker.html">The Jargon File</a></cite> + </p> + <p>I am a passionate programmer and open source advocate, a technology enthusiast and a devoted Star Trek fan, and throughout my professional career I have been working as a developer, technical writer, software architect, and product owner. </p> + </div> + </div> + <div class="panel"> + <div class="panel-header"> + credits + </div> + <div class="panel-body"> + <p class="leading">Special thanks to the following people, who made this web site possible:</p> + <ul> + <li> + <a href="http://scholarsfonts.net/">David J. Perry</a>, who designed the <a href="http://scholarsfonts.net/cardofnt.html">Cardo</a> font used for the H3RALD logo. + </li> + <li> + <a href="http://atipo.es/en/">atipo</a>, who designed the <a href="http://atipofoundry.com/fonts/noway">Noway</a> font, used throughout this web site. + </li> + <li> + <a href="http://www.danielbruce.se/">Daniel Bruce</a>, designer of the <a href="http://www.entypo.com/">Entypo</a> font, used for the icons on this web site. + </li> + </ul> + </div> + </div> </div> </div> </div>