jekyll-for-designers

jekyll-for-designers

Companion repo to the lynda.com course “Jekyll for Web Designers.”

#Jekyll for Web Designers

Hey folks! Welcome to the companion repo of the lynda.com course Jekyll for Web Designers. Here you'll find the source code for the blog we build in the course, as well as the accompanying exercise files. The blog itself has a wealth of Jekyll related info, as well as advice on learning and applying YAML, Liquid, and Markdown. Check it out here, at http://jameswillweb.github.io/jekyll-for-designers/

I designed the blog as a teaching tool first and foremost, but it is designed to be simple, clean, and responsive. I used HTML5 Boilerplate and Normalize.css as my starting points and narrowed them down to what I considered to be the essentials. The menu is manually generated but is responsive and built on pure CSS. The HTML focuses on semantics and is built with accessibility in mind. The CSS is not based on any framework, and only contains what the blog needs, there are no layout grids or extra UI classes. SASS is used only for code syntax highlighting, and can be stripped out easily as it is imported into the main.css file. The file links to a custom Modernizr library that isn't used in the final build but is available if you need it. I recommend replacing it with the Modernizr build of your choice. The entire blog was built to be customized as you wish, and not force you into any conventions or frameworks. Feel free to clone this repo and experiment and reuse the blog as you see fit, but please respect the license. No use without attribution and no commercial resale. The exercise files are under copyright for lynda.com and should only be used for personal use.

Thanks, if you find any problems or errors open an issue and I'll fix them as soon as I can. If you find it useful give me a shout on Twitter!

— James