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/