Find a file
Rafael Mardojai CM ee6a567842
Add README
2023-12-19 08:56:16 -05:00
assets/sass Add status link to footer menu 2023-12-18 07:20:42 -05:00
content Add mobile version screenshots 2023-12-17 11:01:34 -05:00
data Update hero text values 2023-12-17 09:44:48 -05:00
layouts Add code and content licences 2023-12-19 08:27:37 -05:00
static Initial commit 2023-12-17 08:45:10 -05:00
.gitignore Initial commit 2023-12-17 08:45:10 -05:00
config.toml Add status link to footer menu 2023-12-18 07:20:42 -05:00
LICENSE Add code and content licences 2023-12-19 08:27:37 -05:00
README.md Add README 2023-12-19 08:56:16 -05:00

Dialect's Website

Development

The only dependency to build the website is the Hugo static site generator extension 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.