From 30b3dec0fa95063fed7043d0813d6e468ab4a659 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 9 Oct 2019 15:51:43 +0200 Subject: [PATCH] added reading mode for blog posts --- .gitignore | 7 ++- index.html | 150 ++++++++++++++++++++++++------------------------ node/blog.js | 62 ++++++++++++++++++++ node/server.js | 1 + node/sitemap.js | 2 +- scripts/blog.js | 3 + style/style.css | 40 +++++++++++-- 7 files changed, 185 insertions(+), 80 deletions(-) create mode 100644 node/blog.js diff --git a/.gitignore b/.gitignore index 25c8fdb..0afc226 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ node_modules -package-lock.json \ No newline at end of file +package-lock.json +sitemap.xml +feed.json +rss.xml +atom.xml +blog-*.html \ No newline at end of file diff --git a/index.html b/index.html index 8c822de..36089d5 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@