Prerequisites

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/.

screenshot of Hugolify admin

Hugolify admin with Decap CMS

Create content

Your first project

screenshot of Hugolify admin

Create your first project

Front

See locally your website in http://localhost:1313/.

screenshot of Hugolify website

Your locally website

Hosting

Host your website on Netlify or others hosters.

Github repository

Check hugolify-demo-portfolio repository