Orthic shorthand resources
- Clone to get the repo
- cd into the repo
- Configure Ruby version management as you like it (rbenv, asdf, rvm, etc.) so you can Ruby
- As of 2024-08-18, GitHub Pages is using Ruby 3.3.4, per Github Pages Dependency Versions.
bundle install
so you have all the dependencies- Make sure you have
mkcert
installed mkcert localhost
so you get a cert and key for Jekyll to serve your site via HTTPS locally.
Run:
bundle exec jekyll serve --incremental --livereload --ssl-cert localhost.pem --ssl-key localhost-key.pem --host localhost --baseurl ''
Then open the URL it shows as the server address, which is usually https://localhost:4000/.