Prerequisites
- Hugo installed - See Hugolify documentation
- Use Hugolify template - See Hugolify documentation
Choose the necessary Hugolify modules
/config/_default/module.yaml
imports:
# projects modules
- path: github.com/hugolify/hugolify-theme-projects-types
- path: github.com/hugolify/hugolify-theme-projects
# Required modules
- path: github.com/hugolify/hugolify-theme
- path: github.com/hugolify/hugolify-admin
You have additional module like projects-tags
- path: github.com/hugolify/hugolify-theme-projects-tags
Section module (hugolify-theme-projects) need be always after taxonomies in this list.
Launch project
To launch Hugo project with livereload.
yarn watch
And in a second terminal, launch Decap CMS in localhost.
yarn cms
Admin
Edit all your content in http://localhost:1313/admin/.

Hugolify admin with Decap CMS
Create content
Your first project

Create your first project
Front
See locally your website in http://localhost:1313/.

Your locally website
Hosting
Host your website on Netlify or others hosters.