-
Notifications
You must be signed in to change notification settings - Fork 62
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make theme installable #41
Comments
This would require some changes in the code like adding to
And maybe making the name lowercase so match other gems.
See Minima for example https://github.com/jekyll/minima/blob/master/minima.gemspec |
Regarding how to actually install, I've tried this so far based on other projects. Gemfilesource "https://rubygems.org"
gem 'Dumbarton', git: 'https://github.com/tcbutler320/Jekyll-Theme-Dumbarton' I ran $ ls vendor/bundle/ruby/2.7.0/bundler/gems/Jekyll-Theme-Dumbarton-6f6b0338a723
404.html _config.yml contributing.md package.json
... ConfigThen I set my config value but get an error. My config theme: Dumbarton
Or theme: Jekyll-Theme-Dumbarton
|
Hey @MichaelCurrin sorry to leave you hanging on this! Yes this is something I want to implement, I will likely take a look into theses suggestions and work on a solution later this month. |
Hi. I'd like to suggest making changes to the repo and to the docs to allow the theme to be installed as an external theme, in addition to the process of forking and installing as per the Install instructions.
The text was updated successfully, but these errors were encountered: