Asciinema Jekyll

Jekyll



Various commands:

bundle exec jekyll serve
bundle exec jekyll clean 
bundle update jekyll
bundle install

Note: never ever run bundle as sudo

To update Bundler to a version compatible with your Ruby version and check / uninstall old versions:

sudo gem update --system
sudo gem update bundler
sudo gem install bundler 
gem list bundler    
sudo gem uninstall bundler -v 2.6.5




Theme Minima notes




Adding Content

The files in directories starting with an underscore are not processed by jekyll if specified in the _config.yml file like this:

# this add content to the website from the local dirs starting with _
collections:
  pi0:
    output: true


Optionally permalinks can be added for navigation.