Prerequisites
- Hugo installed - See Hugolify documentation
- Use Hugolify template - See Hugolify documentation
Choose the necessary Hugolify modules
/config/_default/module.yaml
imports:
# posts modules
- path: github.com/hugolify/hugolify-theme-posts-tags
- path: github.com/hugolify/hugolify-theme-posts-categories
- path: github.com/hugolify/hugolify-theme-posts
# Required modules
- path: github.com/hugolify/hugolify-theme
- path: github.com/hugolify/hugolify-admin
You have additional modules:
- path: github.com/hugolify/hugolify-theme-posts-authors
- path: github.com/hugolify/hugolify-theme-posts-expertises # need hugolify-theme-expertises too
Section module (hugolify-theme-posts) 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 post

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

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