Closed kguion1 closed 1 year ago
Hey there! If you're wanting to use the theme with GitHub Pages I'd recommend forking the following repo and using the remote-theme
branch as your main branch: https://github.com/daviddarnes/alembic-kit/tree/remote-theme
I've set this repo up to be starting points for people like yourself, and the remote-theme
branch should be just enough to get you started with GitHub Pages. Hope this helps!
Okay, thank you! When I fork it, I keep getting emails from github that say, "run failed: pages build and deployment"
Is there something I need to do after I fork it? I tried bundle install
but I am still getting the same emial.
Looks like you didn't use the remote-theme
branch and used the main one instead. Try these steps:
kguion1.github.io
, and make sure you've deleted your old oneremote-theme
Hopefully that should all work then. The alternative is to use Netlify which is completely free as well!
Thank you for your patience and instructions! This was super helpful.
Summary
Hi! I am excited to start using this theme. I followed your instructions on using the theme and modified my Gemfile and _config file. However, when I run
bundle install
I am getting an error that it cannot find compatial version of jekyll-sitemap. I am not sure how to update this? Any help is appreicated!Screenshots
Here is my Gemfile
jekyll 4.2.1 gem 3.1.2 ruby 2.7.0p0
Additional context
Here is my repo: https://github.com/kguion1/kguion1.github.io/tree/main/docs