How can the average page size be below 20kB if #CSS is already 22kB?

Once #CSS, #JS, #Fonts are loaded once they are cached by the browser, so the #HTML is the only thing that needs to be loaded (again).

One could argue "but you could also just load the data". 💡 Oha, that is exactly what we are doing, just that the data is formatted as HTML (not JSON, or alike) and the browser can render it as is. 🤯

Isn't that amazing?

#useThePlatform at it's best
#noReact #noFramework #progressive

PicoSSG has got a new and shorter namespace (on npm)
Run it like this:

npx @pic0/ssg -c content -o output

The parameter `-c` points to the content directory, where your markdown and templates are located.
The parameter `-o` points to the directory where the generated pages will land.

See more at https://picossg.dev

#ssg #minimal #website #picossg #noReact