Skip to content
/ Jiffy Public template

A template Jekyll site with wiki functionality

License

Notifications You must be signed in to change notification settings

wikipathways/Jiffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc0e841 · Dec 11, 2024

History

22 Commits
Nov 15, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Nov 15, 2024
Dec 11, 2024
Jan 30, 2023
Jan 29, 2023
Jan 30, 2023
Jan 29, 2023
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024

Repository files navigation

Jiffy

A template Jekyll site with wiki functionality

Development

In order to rebuild the site locally you'll need to:

  1. clone the repo
  2. install Ruby, Jekyll and Bundler (guide)
  • Try to match these versions where possible in order to get the same behavior locally as via GitHub. Pay attention to Jekyll and Ruby versions in particular.
  • E.g., MacOS: brew install [email protected] and echo 'export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"' >> ~/.zshrc and gem install jekyll -v 3.10.0
  1. run bundle install
  2. run bundle exec jekyll serve <-- run this each time you want to restart the local server
  3. goto http://127.0.0.1:4000
  4. run bundle exec jekyll build <-- run this to generate _site files without localhost URLs