Online manual for the 2025 Summer Phage Discovery Program at Harvard Medical School
You can check out Natalia's original setup of the site on her blog.
- Git clone this repository.
- Get Jekyll set up on your machine:
- Follow these instructions.
- After running
gem install jekyll
, also install the bundler and the theme:gem install bundler just-the-docs
- On your local computer, open the
docs/_config.yml
file. Under # JEKYLL STUFF, you should see one line beginning withremote_theme
and one line beginning with#theme
- Delete the
#
before#theme
and add a#
beforeremote_theme
. This change allows local rendering of the website with the Just the Docs theme. Do not commit this change to GitHub!
- Delete the
- From the
docs
directory, run:jekyll serve
- The last few lines of the output should be something like:
Copy the URL (in this case, http://127.0.0.1:4000) into your browser to see the site.
Server address: http://127.0.0.1:4000 Server running... press ctrl-c to stop.
- The last few lines of the output should be something like:
Once you are happy with your local changes, you can git commit your changes, and then push. The site will automatically deploy using a github action.