This repository contains the source files for the Maand van de Filosofie Deventer. The website is a static website written in Hugo, hosted on Netlify and generated with Hugo and maintained with DatoCMS.
First, install the dependencies of this project:
yarn install
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.
This websites uses:
- Yarn as package manager;
- Webpack to compile and bundle assets (Sass/ES2015 JS);
- datocms-client to integrate the website with DatoCMS.