mirror of
https://github.com/dialect-app/website.git
synced 2025-12-11 01:16:26 +00:00
| assets/sass | ||
| content | ||
| data | ||
| layouts | ||
| static | ||
| .gitignore | ||
| config.toml | ||
| LICENSE | ||
| README.md | ||
Dialect's Website
Development
The only dependency to build the website is the Hugo static site generator extended edition.
See the installation instructions.
sudo dnf install hugo # Fedora
To start the hugo live server run:
hugo server
Building
To build a copy of the website to the /public folder run:
hugo -D
License
The code of this website is licensed under the MIT license.
The content of the website is licensed under the CC BY-SA 4.0 license.