I would just like to ask, if there is any specific reason that you have decided to self host font-awesome typefaces. Does not it make more sense to load them off cdn.fontawesome.com.
Which in turn would speed up load times, and there is a big possibility that the fonts are already cached on the client.
bundle update.bundle exec jekyll build.github-pages or jekyll gem version: Simple. It's included with the global style sheet to eliminate the extra HTTP request which has performance benefits. I won't argue that using a CDN version of FA or jQuery, or any other assets have their merit.
It mostly boils down to me liking the idea of including those dependencies directly in the project rather than hotlinking to a bunch of external hosts.
Most helpful comment
Simple. It's included with the global style sheet to eliminate the extra HTTP request which has performance benefits. I won't argue that using a CDN version of FA or jQuery, or any other assets have their merit.
It mostly boils down to me liking the idea of including those dependencies directly in the project rather than hotlinking to a bunch of external hosts.