Skip to content

Commit

Permalink
update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Jan 12, 2021
1 parent 15aa76b commit ec74a12
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.2.0"

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Just fork this [repository](https://github.com/niklasbuschmann/contrast) and adj
You can use this theme with the `jekyll-remote-theme` plugin. Just create an empty repo, copy over the `index.html` file and add this to your `_config.yml`:

```yaml
remote_theme: niklasbuschmann/contrast@v2.10
remote_theme: niklasbuschmann/contrast@v2.11

plugins:
- jekyll-remote-theme
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ date_format: "%B %d, %Y"
# Layout

show_social: true # show site description and social links in the footer
show_excerpts: false # show article excerpts on the home page
show_frame: false # adds a gray frame to the site
show_excerpts: true # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header

# Menu
Expand Down
4 changes: 2 additions & 2 deletions assets/css/frame.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
@import index, font, basic, layout

html
background: lighten($dark, 25%)
background: lighten($dark, 30%)
padding: 0 calc(38% - 20em)

body
box-shadow: 0 0 0 1px rgba(lighten($dark, 25%), 0.3)
box-shadow: 0 0 0 1px rgba(lighten($dark, 30%), 0.3)

body > header, body > footer
background: lighten($dark, 4%)
Expand Down

0 comments on commit ec74a12

Please sign in to comment.