From 21000c1fc5824a595f059d963442eca5af51ed86 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 13 Nov 2019 18:07:00 +0100 Subject: [PATCH] Fix the static pages `/minari`, `/gerrit-dashboard-generator`, and `/symbolon` was treated as generatable pages, despite being configured in `STATIC_PATHS`. --- content/pages/other.rst | 10 ++++++++++ pelicanconf.py | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 content/pages/other.rst diff --git a/content/pages/other.rst b/content/pages/other.rst new file mode 100644 index 0000000..f449bd6 --- /dev/null +++ b/content/pages/other.rst @@ -0,0 +1,10 @@ +Some pages i made +################# + +:date: 2019-11-13T16:06Z + +There are some pages i made for friends. + +- `Calendar of the Minari <{static}../minari/index.html>`_ +- `Gerrit Dashboard Generator <{static}../gerrit-dashboard-generator/index.html>`_ +- `Symbolon <{static}../symbolon/index.html>`_ diff --git a/pelicanconf.py b/pelicanconf.py index 2d09292..7149109 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,7 +16,6 @@ STATIC_PATHS = [ 'pgpkey', 'minari', 'symbolon', - 'symbolon/index.html', 'gergely@polonkai.eu.asc', ]