💾 Archived View for rawtext.club › ~sloum › geminilist › 006794.gmi captured on 2024-03-21 at 16:16:10. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Nathan Galt mailinglists at ngalt.com
Thu Jun 24 23:06:46 BST 2021
- - - - - - - - - - - - - - - - - - -
On Wed, Jun 23, 2021, at 4:38 AM, charliebrownau wrote:
Gday
Also Does anyone have some good guides
to create a low bloat HTML website
without javascript/python/dotnet/cookies
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web looks good. You'd want to skip the part that explains how to add a bit of JavaScript to your site, of course.
After you get annoyed trying to keep multiple pages in sync with each other, you can look into using a static-site generator like Hugo to generate a bunch of pages from some templates and a handful of Markdown files. You probably shouldn't _start_ by using a static-site generator, though.
Hugo: https://gohugo.io/