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

๐Ÿš€ PicoSSG v4 released!

๐Ÿ‘‰ ๐Ÿ‘‰ ๐Ÿ‘‰ https://picossg.dev ๐Ÿ‘ˆ๐Ÿป ๐Ÿ‘ˆ๐Ÿป ๐Ÿ‘ˆ๐Ÿป

Highlights:
โ€“ Docs improved a lot see https://picossg.dev/docs
โ€“ ๐Ÿ˜ข breaking change: _config.js replaces old custom filter file _njk-customs/filters.js
โ€“ `config` now passed as 2nd param to preprocess/postprocess
โ€“ New npm run build:site to build picossg.dev (part of the repo)
โ€“ Safeguard: output files must stay inside _output

Sites built with it:
Blog https://picostitch.com/
Docs https://picossg.dev/

#picossg #staticgen #webdev

PicoSSG

PicoSSG is a minimal static site generator built on the philosophy of simplicity and predictability.