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?
This commit is contained in:
Leonard 2015-08-16 20:59:06 +02:00
parent 010038e78a
commit 2db01b9651
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ learning purposes.
([source](https://github.com/rsms/rsms.github.com)) ([source](https://github.com/rsms/rsms.github.com))
- [Scott Chacon](http://schacon.github.com) - [Scott Chacon](http://schacon.github.com)
([source](https://github.com/schacon/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 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]. and their sources on the ["Sites" page in the Jekyll wiki][jekyll-sites].