The webpage uses the static site generator Jekyll with a custom theme based on the CSS framework Bulma. For publication generation, we rely on the Jekyll-Scholar plugin and the page is automatically deployed on github using jekyll-action.
Follow instruction on https://jekyllrb.com/docs/installation/ubuntu/, i.e., install ruby and then use
gem install jekyll bundler
bundle exec jekyll serve
And go to http://localhost:4000
in your browser. The page will automatically update, unless _config.yml
is changed (in which case you have to restart jekyll).
Simply push to the main branch. The site will be deployed automatically.