This is a sample repo I did for the Learn Enough CSS & Layout to Be Dangerous tutorial.
- Changed the CSS code to be SCSS and configured Jekyll to serve those files
out of the
_scssdirectory via the_config.ymlfile. - Use
scss-lintto bring the CSS up to community standards. - Minor Jekyll syntax changes to use
includevariable inpost_excerpt.htmlso that re-use of that partial is easier between the pages that use it. - Registered for an account on Font Awesome and got
a CSS embed code, referenced it in the
<head>(simliar to the way the Google fonts are referenced), and got rid of thefontsfolder to lighten up the app a little. - Rather than Github pages, deploy the blog to Heroku here. Deploy it for yourself with the button below.
