diff --git a/content/pages/other.rst b/content/pages/other.rst index f449bd6..90a35f5 100644 --- a/content/pages/other.rst +++ b/content/pages/other.rst @@ -5,6 +5,6 @@ Some pages i made There are some pages i made for friends. -- `Calendar of the Minari <{static}../minari/index.html>`_ +- `Calendar of the Minari `_ - `Gerrit Dashboard Generator <{static}../gerrit-dashboard-generator/index.html>`_ - `Symbolon <{static}../symbolon/index.html>`_ diff --git a/pelicanconf.py b/pelicanconf.py index f5fccc9..1064ec1 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,8 +14,6 @@ STATIC_PATHS = [ 'gerrit-dashboard-generator', 'gerrit-dashboard-generator/index.html', 'gpg-public-key.asc', - 'minari', - 'minari/index.html', 'pgpkey', 'symbolon', ]