From 2db01b9651640deaa3be2e484b9ca98a94d4436f Mon Sep 17 00:00:00 2001 From: Leonard Date: Sun, 16 Aug 2015 20:59:06 +0200 Subject: [PATCH] Added my site for learning purposes A week ago, I asked @parkr via email if he could add my site here (mostly because I thought it's too cheeky to just propose a file-change). But now he told me that it's better to just do it here: I'm asking because I spend a huge amount of time and effort on making it great and usefully structured for people who're just getting started with Jekyll. Therefore it's also great as a forked starting-point, if you ask me. Besides keeping the code clean, I also spend much time on making the site as fast as possible. There's not much CSS in use, the HTML output is minified and images are directly served from the repo (and therefore GitHub's CDN) instead of from third-party services. There's also a lot of "include"-thinking happening for things like embedded Tweets, images or iFrames - which most people just inline in each post. When making a significant change, I also always make sure to write a few paragraphs about why I exactly did it as a commit message. And when it comes to really big updates, I write entire posts too (explaining all improvements and their benefits to the site's performance/look). Here's an recent example: http://leo.github.io/notes/v2/ I'm definitely sure that many people could get something out of it. Don't you think so too? --- site/_docs/sites.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/_docs/sites.md b/site/_docs/sites.md index c11da820..02b5aa25 100644 --- a/site/_docs/sites.md +++ b/site/_docs/sites.md @@ -20,6 +20,8 @@ learning purposes. ([source](https://github.com/rsms/rsms.github.com)) - [Scott Chacon](http://schacon.github.com) ([source](https://github.com/schacon/schacon.github.com)) +- [Leonard Lamprecht](http://leo.github.io) + ([source](https://github.com/leo/leo.github.io)) If you would like to explore more examples, you can find a list of sites and their sources on the ["Sites" page in the Jekyll wiki][jekyll-sites].