This repository contains the code of the dddi.dev. It is based on Hugo and is hosted on GitHub Pages.
- The application uses 14.x.x version of Node.js. This is important for CSS plugins that only work on versions above 12.x.x.
- Install Hugo.
- Install project dependencies by running
npm install.
To build and launch the site on the local server:
hugo server -D
At the moment this functionality has been disabled for production. To enable it just
comment out the disableLanguages property in the config.toml file.