From b4bc878a42ed008c5ede2b48f570729bc2e9b6f3 Mon Sep 17 00:00:00 2001 From: Abdel Olakara Date: Mon, 7 Jul 2014 20:54:26 +0400 Subject: [PATCH] First production release --- 404.html | 4 +- _config.yml | 23 ++++---- _layouts/master.html | 21 ++++++++ _layouts/page.html | 48 ++++++++++------- _layouts/post.html | 40 ++++++++++---- about/index.html | 12 +---- archive/index.html | 20 +++++++ assets/css/app.css | 95 +++++++++++++++++++++++++++++++++- assets/css/bootstrap.css | 7 +-- assets/js/bootstrap.min.js | 9 ++++ assets/js/jquery-1.11.1.min.js | 4 ++ blog/index.html | 34 ++++++------ index.html | 16 +++--- sitemap.xml | 21 ++++++++ tags/index.html | 51 ++++++++++++++++++ 15 files changed, 320 insertions(+), 85 deletions(-) create mode 100644 archive/index.html create mode 100644 assets/js/bootstrap.min.js create mode 100644 assets/js/jquery-1.11.1.min.js create mode 100644 sitemap.xml create mode 100644 tags/index.html 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 }} + + +