-
Create new post
npx hexo new "[post_title]" -p [folder_path/file_name.md] -
Development
yarn serve
-
Build & DeployReplace with GitHub Actionsyarn release
blog
├── .deploy_git/ # deploy folder
├── node_modules/
├── public/ # build dest
├── scaffolds/ # template
├── src/
│ ├── _posts/
│
├── themes/
│
├── _config.yml # hexo config
├── .gitignore
├── db.json
├── package.json
├── README.md
├── yarn.lockWelcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.