-
Run Ruby Docker image
docker run -v ./:/data -it ruby:3.3.5 /bin/bash cd /data
-
Install ruby dependencies
bundle install
-
Build the website
bundle exec jekyll build
-
Generate a stub for the new post
git config --global --add safe.directory /data apt update && apt install -y vim bundle exec rake new_post["XCSoar 7.55 released"]
-
Edit the new post, created in
./_posts
-
If there is a new relase also update _config.yml with the new release number.