/agility-cms-hugo-example

An example of how to use Agility CMS with hugo

Primary LanguageHTML

Using Agility CMS with Hugo

Getting Started

Clone this Repo

It uses the basic setup methods described here: https://gohugo.io/getting-started/quick-start/

It also has a few extra files needed to pull down Agility CMS content.

  • package.json
  • /agility folder

Set your .env variables

Update the .env file with your guid and api keys from the Agility CMS Dashboard.

Run It!

For Preview Mode

npm run start

For Building In Live Mode

npm run build