A simple collection of technical notes that I would rather not forget.
Built using the brilliant theme Just the Docs
.
main: https://pmarsceill.github.io/just-the-docs/
helper: https://pdmosses.github.io/just-the-docs-tests/ https://pdmosses.github.io/test-nav/docs/Mathjax/
local dev
bundle exec jekyll serve
and navigate to the listed location.
You can also run
bundle exec jekyll serve --livereload --port 4001
to specify a port number.
After every edit, we can refresh the page to see the updates.
If bundle exec
isnt working, you might need to reinstall bundle
gem uninstall bundler
gem install bundler