diff --git a/404.html b/404.html index c533b5c..f0ef07a 100644 --- a/404.html +++ b/404.html @@ -3,7 +3,7 @@ title: "404: Page not found" --- -
+
  @@ -18,7 +18,7 @@

Sorry, that URL is pointing to something that doesn't exist!


-

You can go to my home page or to my blog.

+

You can go to my Home page or my Blog.

diff --git a/_config.yml b/_config.yml index 2022f5c..cacae46 100644 --- a/_config.yml +++ b/_config.yml @@ -6,13 +6,18 @@ pygments: true permalink: /blog/:year/:month/:day/:title # Setup -title: Jekyll Metro +title: 'Jekyll Metro' tagline: 'A Metro theme for Jekyell' -description: 'A Sample blog using JekyllMetro' -url: http://blog-olakara.rhcloud.com +description: 'A Sample blog using Jekyll Metro' +url: 'http://blog-olakara.rhcloud.com' # Author Details author: 'Abdel Raoof Olakara' +linkedin: 'http://ae.linkedin.com/in/olakara/' +twitter: 'https://twitter.com/olakara' +facebook: 'https://www.facebook.com/olakara' +gplus: 'https://plus.google.com/100425464897246255887/' + # Google Analytics @@ -20,15 +25,9 @@ gahandler: 'UA-52149651-1' # Blog Configurations paginate: 2 # Posts per page on the blog index -paginate_path: "/blog/page:num" +paginate_path: '/blog/page:num' destination: ./_site -navigation: -- text: Blog - url: /blog/ -- text: Archive - url: /archive/ -- text: About - url: /about/ + # Custom vars -version: 0.5.6 +version: 0.7 diff --git a/_layouts/master.html b/_layouts/master.html index 6fd0c91..5046e30 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -2,8 +2,29 @@ {% include head.html %} + {{ content }} + + +