README.md

Fedora Loves KDE website

Build it

# Translation with https://invent.kde.org/websites/hugo-i18n (optional)
FILENAME=fedoraloveskde-org hugoi18n compile po
FILENAME=fedoraloveskde-org hugoi18n generate

# Build website with hugo
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