Update .gitignore, assets
This commit is contained in:
parent
d88522dad0
commit
fdbbc5e4c5
|
@ -3,3 +3,4 @@ _production
|
||||||
.sass-cache
|
.sass-cache
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
.byebug_history
|
.byebug_history
|
||||||
|
*.backup
|
||||||
|
|
|
@ -36,7 +36,8 @@ plugins:
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
# The following items will not be processed, by default. Create a custom list
|
# The following items will not be processed, by default. Create a custom list
|
||||||
# to override the default setting.
|
# to override the default setting.
|
||||||
# exclude:
|
exclude:
|
||||||
|
- '*.backup'
|
||||||
# - Gemfile
|
# - Gemfile
|
||||||
# - Gemfile.lock
|
# - Gemfile.lock
|
||||||
# - node_modules
|
# - node_modules
|
||||||
|
|
|
@ -62,7 +62,7 @@ body > header.site-header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
background: #fff;
|
background: #f6f7f4;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ img.profile {
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
background: #ddd;
|
background: linear-gradient(#eeefed, #fff);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
img.me {
|
img.me {
|
||||||
|
@ -114,6 +114,7 @@ img.profile {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
letter-spacing: 0.06px;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Loading…
Reference in New Issue