Skip to content

Commit

Permalink
release v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Feb 4, 2020
1 parent ed4800b commit 6df7c08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
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 the repo and adjust the `_config.yml` to use with [Github Pages](https
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.2
remote_theme: niklasbuschmann/contrast@v2.3

plugins:
- jekyll-remote-theme
Expand Down
19 changes: 12 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,32 @@ permalink: /:title/
lang: "en"
date_format: "%B %d, %Y"

### Layout ###

sidebar: true # show a sidebar instead of the usual header
show_excerpts: false # show article excerpts on the home page
show_related: true # show the previous and next links after every post
show_title: false # always show the site title
dark_header: false # always keep the top-header dark
show_title: false # always keep the site title visible

### Styling ###

dark_header: false # always keep the header dark
minimal: false # minima-inspired style without box-shadows

# see http://fontawesome.com/icons for icons
### Menu ###

navigation:
- {file: "index.html", icon: home}
- {file: "README.md", icon: address-card}

external:
external: # see http://fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:[email protected]"}
- {title: Github, icon: github, url: "https://github.com/niklasbuschmann/contrast"}
- {title: Subscribe, icon: rss, url: "/feed.xml"}

comments: # embed disqus or isso comments
# disqus: ""
# isso: ""
comments:
# disqus: "" # see https://disqus.com/
# isso: "" # see https://posativ.org/isso/

plugins:
- jekyll-feed

0 comments on commit 6df7c08

Please sign in to comment.