commit 1e4a64804b5e51dac4a44290ca483f56638da67f
parent 14472849d413641ab0c5832d9fbaa7ad0bdc743e
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sun, 9 Mar 2025 15:41:26 +0100
chore: update scripts location and names
generate-sitemap.sh is now a single script for every procol, and
all the scripts are inside the scripts/ directory.
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README b/README
@@ -11,15 +11,14 @@ Usage
-----
All the pages are written in Markdown. You need to parse them to make them
-avaiable when hosted with a protocol. I wrote all the scripts you need:
+avaiable when hosted with a protocol. I wrote all the scripts you need inside
+the scripts/ directory:
- generate-html.sh: parse every Markdown page to HTML.
- generate-gemini.sh: parse every Markdown page to Gemtext.
-- generate-html-sitemap.sh: Generate a sitemap with HTTP URLs.
-
-- generate-gemini-sitemap.sh: Generate a sitemap with Gemini URLs.
+- generate-sitemap.sh: Generate the sitemap.xml of the whole site.
- generate-atom.sh: Generate the atom.xml of blog/ with HTTP URLs.