diff --git a/404.html b/404.html index f0ef07a..a278fa8 100644 --- a/404.html +++ b/404.html @@ -3,22 +3,21 @@ title: "404: Page not found" --- -
+
-
-   +
+ :-(
-
- :-( -
-
-   +
+
+
+ 404: Page not found!!
-
+

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


-

You can go to my Home page or my Blog.

+

You can go to my Home page or my Blog.

diff --git a/_config.yml b/_config.yml index cacae46..433aa7e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ -# Dependencies -markdown: redcarpet -pygments: true +# Configurations +markdown: kramdown +markdown_ext: markdown,mkdown,mkdn,mkd,md +highlighter: pygments # Permalinks permalink: /blog/:year/:month/:day/:title @@ -13,13 +14,11 @@ url: 'http://blog-olakara.rhcloud.com' # Author Details author: 'Abdel Raoof Olakara' -linkedin: 'http://ae.linkedin.com/in/olakara/' +linkedin: 'https://ae.linkedin.com/in/olakara/' twitter: 'https://twitter.com/olakara' facebook: 'https://www.facebook.com/olakara' gplus: 'https://plus.google.com/100425464897246255887/' - - # Google Analytics gahandler: 'UA-52149651-1' @@ -28,6 +27,5 @@ paginate: 2 # Posts per page on the blog index paginate_path: '/blog/page:num' destination: ./_site - # Custom vars -version: 0.7 +version: 0.7.1 diff --git a/_includes/footer.html b/_includes/footer.html index c8ecee1..77ff0b7 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,7 @@

- © {{ site.time | date: '%Y' }} - {{site.author}}. All rights reserved. + © {{ site.time | date: '%Y' }} - {{site.author}}. All rights reserved
+ Built using Jekyll on Openshift
\ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index c8e40de..6c80289 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,9 +1,10 @@ - - - + {% if page.description %} + + {% endif %} + @@ -15,7 +16,17 @@ {{ page.title }} · {{ site.title }} {% endif %} - + + {% if page.path contains '_posts' %} + + + + + + + + {% endif %} + @@ -23,9 +34,7 @@ - - - + diff --git a/_includes/mobilemenu.html b/_includes/mobilemenu.html new file mode 100644 index 0000000..063951b --- /dev/null +++ b/_includes/mobilemenu.html @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/_includes/sidemenu.html b/_includes/sidemenu.html new file mode 100644 index 0000000..8396335 --- /dev/null +++ b/_includes/sidemenu.html @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/_layouts/master.html b/_layouts/master.html index 5046e30..53290a3 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -1,25 +1,8 @@ - + {% include head.html %} - + {% include mobilemenu.html %} {{ content }} @@ -35,4 +18,4 @@ ga('send', 'pageview'); - + \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html index 81b420b..1a2b7ad 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,32 +1,20 @@ --- layout: master --- -
+
- -
-

{{page.title}}

- {{content}} - {% include footer.html %} -
+ {% if page.theme And page.theme != "" And page.theme != nil %} +
diff --git a/_layouts/post.html b/_layouts/post.html index 7952b39..d23e6f1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,29 +4,10 @@
-