Hexo
Documentation
Quickstart
Installation
npx --yes --package hexo-cli hexo init blog
Configuration
Update your site metadata in _config.yml
. Many themes are also supported.
Deployment
Build
npm run build
Preview
npx --yes serve@latest public
Deploy
npx --yes bunny-launcher@latest --interactive