From 0e6aef727a358532e7b72da0a413d6e174fda55c Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 26 Feb 2019 20:57:15 +0000 Subject: [PATCH] Some improvements have been added --- _config.yml | 14 ++++++-- _layouts/default.html | 80 +++++++++++++++++++++++------------------- assets/styles/web.sass | 17 ++++----- 3 files changed, 61 insertions(+), 50 deletions(-) diff --git a/_config.yml b/_config.yml index 6a0da04..1e816cd 100644 --- a/_config.yml +++ b/_config.yml @@ -15,14 +15,22 @@ # in the templates via {{ site.myvariable }}. title: lxsameer's nest email: lxsameer@gnu.org +author: lxsameer description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. + lxsameer's view of the world baseurl: "" # the subpath of your site, e.g. /blog url: "https://lxsameer.com" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: lxsameer github_username: lxsameer +twitter: + username: lxsameer + card: summary +social: + name: lxsameer + links: + - https://twitter.com/lxsameer + - https://www.linkedin.com/in/lxsameer + - https://github.com/lxsameer permalink: /:categories/:title/ diff --git a/_layouts/default.html b/_layouts/default.html index 99ecbc7..d98b5af 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,6 @@ + {% seo %} @@ -9,29 +10,33 @@
- - + + +
+ + + + +
+
+ + +
+ + + + +
+
{% if page.url != "/" %} - + {% endif %} - {% if page.url != "/blog.html" %} - + {% endif %} - - + +
+ + + +
+
+ + +
+ + + +
+
diff --git a/assets/styles/web.sass b/assets/styles/web.sass index c830ce8..8ccad72 100644 --- a/assets/styles/web.sass +++ b/assets/styles/web.sass @@ -42,15 +42,13 @@ body.light &:hover color: lighten($primary, 30%) - .navlink + a.navlink border-radius: $radius - a - color: $grey-dark + color: $grey-dark &:hover background: $purple - a - color: $light + color: $light body.dark color: $light @@ -88,15 +86,14 @@ body.dark &:hover text-decoration: underline - .navlink + a.navlink border-radius: $radius - a - color: $light + color: $light !important &:hover background: $light - a - color: $grey-dark + color: $grey-dark !important + .share-page a color: $light