From fdbbc5e4c58151dd677950c5f297d6f4026f4158 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 18 Jan 2018 06:53:59 +0000 Subject: [PATCH] Update .gitignore, assets --- .gitignore | 1 + _config.yml | 3 ++- assets/main.scss | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c7faeb..3eebe92 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _production .sass-cache .jekyll-metadata .byebug_history +*.backup diff --git a/_config.yml b/_config.yml index 811405a..1bae104 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,8 @@ plugins: # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. -# exclude: +exclude: + - '*.backup' # - Gemfile # - Gemfile.lock # - node_modules diff --git a/assets/main.scss b/assets/main.scss index 46b1d3d..25f4213 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -62,7 +62,7 @@ body > header.site-header { } .page-content { - background: #fff; + background: #f6f7f4; padding-top: 0px; } @@ -93,7 +93,7 @@ img.profile { .sidebar { line-height: 1.3em; - background: #ddd; + background: linear-gradient(#eeefed, #fff); text-align: center; img.me { @@ -114,6 +114,7 @@ img.profile { font-weight: 400; font-size: 18px; line-height: 1.5em; + letter-spacing: 0.06px; strong { font-weight: 500;