Skip to content

jeremy-w/orthic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

698cc85 · Feb 23, 2025
Feb 23, 2025
Aug 21, 2024
Nov 8, 2019
Dec 17, 2022
Aug 26, 2024
Nov 7, 2019
Sep 7, 2021
Sep 7, 2021
Sep 10, 2021
Sep 10, 2021
Aug 20, 2024
Oct 26, 2019
May 30, 2020
Oct 26, 2019
Aug 20, 2024
Aug 20, 2024
Aug 16, 2024
Oct 26, 2019
Sep 10, 2021
Aug 16, 2024
Feb 24, 2020
Feb 23, 2025
Jun 18, 2022
Feb 24, 2020
Mar 4, 2020
Sep 9, 2024
Jan 2, 2023

Repository files navigation

orthic

Orthic shorthand resources

Editing Locally

Initial Setup

  • 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
  • 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.

Live Editing

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/.