diff --git a/_config.yml b/_config.yml index 0afbce8..0f997d7 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ url: http://mediocregopher.com lsi: false exclude: [LICENSE, CNAME, README.md, .gitignore] markdown: redcarpet +permalink: none # Theme customization - please change from the defaults! theme: diff --git a/_layouts/default.html b/_layouts/default.html index 850afb1..8373c87 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,15 +12,15 @@ - + - - - - - - + + + + + + diff --git a/_layouts/post.html b/_layouts/post.html index 6509673..98dc12f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default

{{ page.date | date: "%B %d, %Y" }} - +

diff --git a/_posts/2013-10-8-generations.md b/_posts/2013-10-8-generations.md index 904f625..06fd72a 100644 --- a/_posts/2013-10-8-generations.md +++ b/_posts/2013-10-8-generations.md @@ -1,8 +1,6 @@ --- layout: post title: Generations -categories: -- crypticio --- A simple file distribution strategy for very large scale, high-availability diff --git a/_posts/2013-4-9-erlang-tcp-socket-pull-pattern.md b/_posts/2013-4-9-erlang-tcp-socket-pull-pattern.md index 23d1736..ac293e3 100644 --- a/_posts/2013-4-9-erlang-tcp-socket-pull-pattern.md +++ b/_posts/2013-4-9-erlang-tcp-socket-pull-pattern.md @@ -1,8 +1,6 @@ --- layout: post title: "Erlang, tcp sockets, and active true" -categories: -- erlang --- If you don't know erlang then [you're missing out][0]. If you do know erlang, diff --git a/_posts/2013-7-11-goplus.md b/_posts/2013-7-11-goplus.md index 0b76add..ae56f79 100644 --- a/_posts/2013-7-11-goplus.md +++ b/_posts/2013-7-11-goplus.md @@ -1,8 +1,6 @@ --- layout: post title: Go+ -categories: -- go --- Compared to other languages go has some strange behavior regarding its project diff --git a/index.html b/index.html index f3920b5..125848b 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ title: Blog Posts

Posts