Update .gitignore, assets

This commit is contained in:
Rob Watson 2018-01-18 06:53:59 +00:00
parent d88522dad0
commit fdbbc5e4c5
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ _production
.sass-cache
.jekyll-metadata
.byebug_history
*.backup

View File

@ -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

View File

@ -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;