Uri: https://fortheneworder.rpg.solutions/
Mount removable media: (e.g. D:)
sudo mkdir /mnt/d
sudo mount -t drvfs D: /mnt/d
To safely unmount
$ sudo umount /mnt/d
Run Jekyll
bundle install
bundle exec jekyll serve
or
bundle exec jekyll serve
# OR
bundle exec jekyll serve --incremental --safe
or (using local configs/gems)
bundle install --gemfile Gemfile.local
bundle update --gemfile Gemfile.local
bundle exec --gemfile Gemfile.local jekyll s --config _config.yml,_config.local.yml
# or
bundle exec --gemfile Gemfile.local jekyll s --config _config.yml,_config.local.yml -I
BUG: An error occurred while installing nokogiri (1.8.2), and Bundler cannot continue. (zlib is missing; necessary for building libxml2)
Fix:
sudo apt-get install zlib1g-dev
To run the ps1 scripts:
pwsh