When using with GH Pages, you must bundle site on your local machine, then sync all files to Github afterward. [Reference]
I can't figure out how to get this to work on Github Pages. Even after doing the following steps, I'm still getting tons of errors that I don't get when deploying on other servers. I recommend using Netlify or Dreamhost instead.
- For Github Pages
- Put full site url in
_config.yml
- Updated
notes-graph
name because of ghpages symlink error - Removing extra Netlify stuff
- Set Github Pages build branch to
docs
directory in Settings - Before publishing content, run
bundle
andbundle exec jekyll serve
on your local machine
Forked from this repo: Setting up your own digital garden with Jekyll
Source code is available under the MIT license.