This might be the final commit to NASG the way it is. I wrote about it in details under <https://petermolnar.net/article/less-features-cleaner-site/index.html>; in essence, it doesn't make sense for a personal static generator to try to be a fully open sourced one-size-fits-all, that only ends with my frustration and no joy. If you want the stuff that builds my site: <https://petermolnar.net/fetch.py> <https://petermolnar.net/build.py> And for now, that's all. I'll keep the repo up for historical purposes.
Peter Molnar hello@petermolnar.eu
Sat, 06 Jun 2020 20:47:28 +0100
2 files changed,
0 insertions(+),
6 deletions(-)
M
templates/Singular.j2.html
→
templates/Singular.j2.html
@@ -32,9 +32,6 @@ <meta name="DC.Rights" content="{{ post.licence }}" />
<meta NAME="DC.Creator" content="{{ post.author.name }}" /> <meta NAME="DC.Date" content="{{ post.datePublished }}" /> <meta NAME="DC.Description" content="{{ post.description|striptags|e }}" /> - <script type="application/ld+json"> - {{ post|tojson(indent=4) }} - </script> {% if post['@type'] == 'TechArticle' %} <style media="all"> {% include('prism.css') %}
M
templates/base.j2.html
→
templates/base.j2.html
@@ -13,9 +13,6 @@ <link rel="icon" href="{{ site.image }}" />
{% for key, value in meta.items() %} <link rel="{{ key }}" href="{{ value }}" /> {% endfor %} - <script type="application/ld+json"> - {{ site|tojson(indent=4) }} - </script> <style media="all"> {% include('style.css') %} </style>