aboutsummaryrefslogtreecommitdiff

www.rgdd.se

This website is built using Hugo and a fork of the researcher theme.

Getting started

On a Debian system:

apt install hugo
git submodule update --init --recursive
hugo serve

Browse http://localhost:1313 for a preview of the site.

Deploy

hugo
rsync -avz --delete --exclude /silent-ct/allowlist public/ www.rgdd.se:/var/www/rgdd.se/

Note: old files will be deleted, use with caution.

Upgrade theme

If the remote submodule contains updates, run:

(cd themes/www-theme && git checkout main && git pull origin main)
git add themes/www-theme

Sync theme

If the local submodule is behind, run:

git submodule update