/tech-notes

A collection of technical notes that I would rather not forget.

Primary LanguageHTML

Tech Notes

A simple collection of technical notes that I would rather not forget.

Built using the brilliant theme Just the Docs.

Reference:

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/

Usage:

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