commit 33dcec17f29508183a556d36eab12964f0ba46f3 parent dc110519fb87f34bca10951b4bf9f910729bdeb6 Author: Francesco Saccone <francesco@francescosaccone.com> Date: Mon, 17 Mar 2025 19:54:54 +0100 chore: specify the usage of lowdown in scripts Signed-off-by: Francesco Saccone <francesco@francescosaccone.com> Diffstat:
M | README | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README @@ -14,9 +14,9 @@ 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 inside the scripts/ directory: -- generate-html.sh: parse every Markdown page to HTML. +- generate-html.sh: parse every Markdown page to HTML using lowdown. -- generate-gemini.sh: parse every Markdown page to Gemtext. +- generate-gemini.sh: parse every Markdown page to Gemtext using lowdown. - generate-sitemap.sh: Generate the sitemap.xml of the whole site.