Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
changed readme, removed feedburner link
Browse files Browse the repository at this point in the history
  • Loading branch information
finbarrtimbers committed Mar 23, 2014
1 parent a1585fa commit a27dda5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
# Blog

This is the third iteration of my blog. I've also written a [detailed meta-post](http://eyeshalfclosed.com/blog/2013/07/30/building-this-blog/) on its construction.
This is the second iteration of my blog. It's a modified version of [Emaad Manzoor's](http://eyeshalfclosed.com/) blog.

## Powered By

This is now powered by Jekyll, and auto-built and hosted on Github pages. Previously, I've tried:

* [Wordpress.com](http://wordpress.com/): See my [old blog](http://halfclosed.wordpress.com/).
* [nanoc](http://nanoc.stoneship.org): See my [nanoc blog](http://emaadmanzoor.github.io/eyeshalfclosed/blog/).

## Design

The theme this blog wears is hand-crafted; I found it way easier than adapting someone else's theme.

Some of the themes I considered before rolling my own are:

* [Minimal Mistakes](http://mademistakes.com/articles/minimal-mistakes-jekyll-theme.html): This is a beautiful theme by Michael Rose, but the code presented too great a learning curve.
* [So Simple](http://mademistakes.com/articles/so-simple-jekyll-theme.html): Another beautiful theme by Michael Rose, with the same problem as above.
* [Greyshade](http://shashankmehta.in/archive/2012/greyshade.html): A Medium-esque Octopress theme.
* [Left](http://zachholman.com/posts/left/): A clean, white Jekyll theme.

The design has some key influencers:

* [The PureCSS Blog Layout](http://purecss.io/layouts/blog/): PureCSS also forms the backbone of this blog.
* [Medium.com](http://medium.com): Particularly their layout for an individual post.
* [Aaron Moodie's Blog](http://aaronmoodie.com/): Follows a Tumble-log style, with different post types.
* [mnmlist](http://mnmlist.com/): An inspiration for life too.

I also use icons from [FontAwesome](http://fortawesome.github.io/Font-Awesome/icons/).
Powered by Jekyll, and auto-built and hosted on Github pages.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author_image_path: /images/finbarr-and-candace.jpg
author_bio: |
Undergrad at <a href=http://www.ualberta.ca/>UAlberta</a>.
Formerly, NSERC student
in mathematical finance, research assistant for <a href=http://www.artsrn.ualberta.ca/econweb/landeo/>Dr. Claudia Landeo</a>.
in mathematical finance, research assistant for <a href=http://www.artsrn.ualberta.ca/econweb/landeo/>Dr. Claudia Landeo</a> and <a href=http://www.math.ualberta.ca/~cfrei/>Dr. Christoph Frei</a>.
More <a href=/about/>about me</a>.
# External services
Expand Down
1 change: 0 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ <h1 class=author-name><a href=/>{{ site.author_name }}</a></h1>
<a href="{{ site.github_url }}"><i class=icon-github-alt></i></a>
<a href="{{ site.twitter_url }}"><i class=icon-twitter></i></a>
<a href="{{ site.linkedin_url }}"><i class=icon-linkedin></a></i>
<a href="{{ site.feed_url }}"><i class=icon-rss></i></a>
</div>
<p class=author-bio>{{ site.author_bio }}</p>
</div>

0 comments on commit a27dda5

Please sign in to comment.