Jekyll
Documentation
Quickstart
Installation
jekyll new my-awesome-site
Configuration
Update your site metadata in _config.yml
(e.g. title
, description
, etc.).
Deployment
Build
jekyll build
Preview
npx --yes serve@latest _site
Deploy
npx --yes bunny-launcher@latest --interactive