From 6ee5c108d6542fb6b8ed7c72d9d3fc318cbf1a1e Mon Sep 17 00:00:00 2001 From: prx Date: Wed, 29 Sep 2021 15:00:26 +0200 Subject: [PATCH 1/4] add favicon add humans.txt and robots.txt generate sitemap generate atom feed --- issues/Makefile | 3 +++ issues/_common/header | 3 +++ issues/atom.sh | 43 ++++++++++++++++++++++++++++++++++++ issues/sitemap.sh | 21 ++++++++++++++++++ public/apple-touch-icon.png | Bin 0 -> 8638 bytes public/favicon-16x16.png | Bin 0 -> 577 bytes public/favicon-32x32.png | Bin 0 -> 1323 bytes public/favicon.ico | Bin 0 -> 15406 bytes public/humans.txt | 13 +++++++++++ public/robots.txt | 4 ++++ 10 files changed, 87 insertions(+) create mode 100755 issues/atom.sh create mode 100755 issues/sitemap.sh create mode 100644 public/apple-touch-icon.png create mode 100644 public/favicon-16x16.png create mode 100644 public/favicon-32x32.png create mode 100644 public/favicon.ico create mode 100644 public/humans.txt create mode 100644 public/robots.txt diff --git a/issues/Makefile b/issues/Makefile index 0767360..0a68205 100644 --- a/issues/Makefile +++ b/issues/Makefile @@ -1,6 +1,9 @@ generate-site: ls | grep issue- | sort -n | xargs ./make_issue.sh ./make_issue.sh _index ../public/index.html + ./sitemap.sh webzine.puffy.cafe ../public/ > ../public/sitemap.xml + gzip -9 -c ../public/sitemap.xml > ../public/sitemap.gz + ./atom.sh webzine.puffy.cafe ../public/ > ../public/atom.xml all: generate-site diff --git a/issues/_common/header b/issues/_common/header index d22c7c7..856e303 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -2,6 +2,9 @@ + + + OpenBSD_WEBZINE_ISSUE #__ISSUE__