I want to make a 1kb clean and simple website/blog (like https://250kb.club/) without JavaScript, any advice, or should I just code from HTML every page/article?

  • @scrote@lemmy.ml
    link
    fedilink
    103 years ago

    I’d recommend using a static site generator e.g. Hugo, Zola They use a template engine to create the pages, so you can write all your pages in markdown and these get built into slots in your templates. This gives you the freedom to write a very lightweight template such that each page is your template header plus your converted markdown. I’ve not touched Hugo in a while, but writing a Zola theme is quite straightforward and minimal.