README.md

Fedora Loves KDE website

Build it

sudo dnf install hugo
hugo --minify

Deploy it

rsync -a public/* fedora@my-server:/srv/www/fedoraloveskde.org

Hack around it

This is using hugo. layouts/index.html contains the homepage, i18n/en.yaml contains the strings and assets/sass/bulma.scss contains the style.

You can use following command to start a development server:

hugo serve