-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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
Option for cdn for static assets #726
Comments
Building an option to use a CDN version of jQuery would introduce several complexities to the theme I'm not comfortable adding. As far as using a CDN version of Font Awesome, that's fairly easy to do. You have two options depending on how you installed the theme: Installed as a theme gem
Installed by forking the MM repo
|
Alright thanks! |
Actually I just tried it, and it doesn't seem to be picking up the local |
I'll have to test and see if I can reproduce. There's a related issue open for local files in |
I got it to work by copying the entire Seems like the way Jekyll reads in local files to override the theme gem's versions gets confused when you start |
That works, but still sucks to have to copy the entire directory into an otherwise empty repo. Thanks! |
Agreed. Theme gems are still in their infancy so there are still some kinks to be worked out in Jekyll-land. |
👍 |
…s in reverse (mmistakes#726) Set `child_nav_order` to `desc` to reverse the sort order for a child section. Co-authored-by: Matt Wang <matt@matthewwang.me>
Please include an option to use a cdn for jquery and font awesome to save on bandwidth costs when using a self hosted option.
bundle update
.bundle exec jekyll build
.The text was updated successfully, but these errors were encountered: