From 42e0ad313e4fc541fd4aa93d37da70acfd5d734d Mon Sep 17 00:00:00 2001 From: Abdel Raoof Date: Fri, 20 Mar 2015 03:21:32 -0700 Subject: [PATCH] Implement navigation hilight --- _config.yml | 21 ++++++++++++--------- _includes/sidemenu.html | 17 ++++++++++------- assets/css/app.css | 20 +++++++++++++++++++- blog/index.html | 2 -- search.html | 14 ++++---------- search.json | 10 +++------- sitemap.xml | 1 - 7 files changed, 48 insertions(+), 37 deletions(-) diff --git a/_config.yml b/_config.yml index bcf2484..d35ee64 100644 --- a/_config.yml +++ b/_config.yml @@ -26,8 +26,11 @@ navigation: - text: Archive url : /archive/ + # Author Details author: 'Abdel Raoof Olakara' + +#Social Media links linkedin: 'https://ae.linkedin.com/in/olakara/' twitter: 'https://twitter.com/olakara' facebook: 'https://www.facebook.com/olakara' @@ -36,19 +39,19 @@ gplus: 'https://plus.google.com/100425464897246255887/' # Google Analytics gahandler: 'UA-52149651-1' -#if footer-links-visible is 'true' the svg-icons will be shown top on the copy right. +#if footer-links-visible is 'true' the svg-icons will be shown top on the copy right. #else the svg icons will not exist footersvg: 'true' footer-links: - dribbble: + dribbble: email: None - facebook: - flickr: - github: - instagram: - linkedin: - pinterest: + facebook: + flickr: + github: + instagram: + linkedin: + pinterest: rss: # just type anything here for a working RSS icon, make sure you set the "url" above! google: None twitter: None @@ -63,4 +66,4 @@ paginate_path: '/blog/page:num' destination: ./_site # Custom vars -version: 0.7.10 +version: 0.8 diff --git a/_includes/sidemenu.html b/_includes/sidemenu.html index 1cc4924..b01f571 100644 --- a/_includes/sidemenu.html +++ b/_includes/sidemenu.html @@ -1,9 +1,7 @@ \ No newline at end of file + + diff --git a/assets/css/app.css b/assets/css/app.css index 31d7d37..d5882b2 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,6 +1,6 @@ /*、Scroll-up-button*/ .scrollToTop{ - width:48px; + width:48px; height:48px; text-decoration: none; position:fixed; @@ -132,6 +132,24 @@ background: #C53E10; } +.purple .left-nav-selected { + background: #4D2488; +} + +.red .left-nav-selected { + background: #8B162B; +} + +.green .left-nav-selected { + background: #007700; +} +.blue .left-nav-selected { + background: #0062C4; +} +.orange .left-nav-selected { + background: #C53E10; +} + .alink { font-size: 18px; } diff --git a/blog/index.html b/blog/index.html index 914e8d5..4dceed7 100644 --- a/blog/index.html +++ b/blog/index.html @@ -4,8 +4,6 @@ description: Landing Page for the blog bloghome: true --- - -