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.
This commit is contained in:
Peter Molnar 2020-06-06 20:47:28 +01:00
parent 67f2978aeb
commit 4199eb4fd6
2 changed files with 0 additions and 6 deletions

View file

@ -32,9 +32,6 @@
<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') %}

View file

@ -13,9 +13,6 @@
{% 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>