aleksandarbasara / oc-hugo-dato-example

Hugo DatoCMS Starter based on Bulma.io, running on Netlify

Home Page:https://oc-hugo-datocms-example.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo DatoCMS Starter

This repo contains a working static website written with Hugo, integrated with content coming from this DatoCMS administrative area.

This starter is based on DatoCMS Portfolio

Usage

First, install the dependencies of this project:

yarn install

Add an .env file containing the read-only API token of your DatoCMS site:

echo 'DATO_API_TOKEN=abc123' >> .env

Then, to run this website in development mode (with live-reload):

yarn start

To build the final, production ready static website:

yarn build

The final result will be saved in the public directory.

Licence

The source code is licensed MIT. The website content is licensed CC BY NC SA 4.0.

About

Hugo DatoCMS Starter based on Bulma.io, running on Netlify

https://oc-hugo-datocms-example.netlify.com/

License:MIT License


Languages

Language:HTML 60.5%Language:JavaScript 27.2%Language:CSS 12.3%