Pelican
Documentation
Quickstart
Installation
mkdir pelican-websitecd pelican-websitepelican-quickstart
Configuration
Update your site metadata in pelicanconf.py
(e.g. LINKS
, SOCIAL
, etc.). Many themes are supported.
Deployment
Build
pelican content
Preview
npx --yes serve@latest output
Deploy
npx --yes bunny-launcher@latest --interactive