Search
Search
Basics commands lines
To launch Hugo project with livereload, available here: http://localhost:1313/
yarn watch
To launch Netlify/Decap CMS in localhost (in a second terminal), available here: http://localhost:1313/admin/
yarn cms
To build the project
yarn build
yarn update
git remote add template git@github.com:hugolify/hugolify-template.git
git fetch --all
git merge template/main --allow-unrelated-histories
To clean modules of your project
yarn clean