Skip to content

for-the-new-order/for-the-new-order.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ddcb75 · Nov 29, 2021
Jul 15, 2020
May 3, 2020
Jul 15, 2020
Nov 29, 2021
Jul 15, 2020
Nov 23, 2021
Nov 24, 2021
Nov 24, 2021
Apr 24, 2020
Jul 22, 2020
May 27, 2020
Apr 29, 2020
Jun 10, 2020
Jun 14, 2020
Oct 7, 2020
Jul 15, 2020
May 4, 2019
May 12, 2020
Nov 24, 2021
Jan 24, 2020
Jan 24, 2020
Jun 13, 2018
Aug 14, 2018
Jan 25, 2020
Jan 25, 2020
Nov 23, 2021
May 26, 2020
Jun 8, 2018
Feb 4, 2020
Jan 25, 2020
May 4, 2020
May 16, 2020
Apr 24, 2020
May 8, 2019
Apr 29, 2020
Jan 22, 2020

Repository files navigation

For the New Order

Uri: https://fortheneworder.rpg.solutions/

My notepad

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

Jekyll Install Bug

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

Install Powershell on Ubuntu

To run the ps1 scripts:

https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7#ubuntu-1804

Run PowerShell

pwsh