- Notifications
You must be signed in to change notification settings - Fork24
Update github-pages dependency#58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Updated github-pages dependency to work with latest Ruby (2.5.1). This updated the Gemfile.lock, and I made changes to the _config.yml build settings.
@@ -49,9 +49,9 @@ other_nodegit_versions: | |||
- 0.2.7 | |||
# Build settings | |||
markdown:redcarpet | |||
markdown:kramdown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Is there any specific reason why we needed to change the markdown or the highlighter settings?
RaevLogicSep 26, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I was unable to get the website to generate without doingbundle update github-pages
because of an error with the json dependency. Bundle updating fixed that error by updating everything in the Gemfile.lock file. The update got rid ofredcarpet
andpygments
, soscript/server
wouldn't run because of missing dependencies. I googled what the alternatives were, and noticed rouge and kramdown were already in the updated Gemfile.lock. So I changed it in the config file, andscript/server
ran successfully, letting me generate the website.
Updated github-pages dependency to work with latest Ruby (2.5.1). This updated the Gemfile.lock, and I made changes to the _config.yml build settings.