Skip to content

Commit

Permalink
Fix jekyll-remote method
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasbuschmann authored Dec 13, 2019
1 parent cb7cb41 commit 5c40d08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ Just fork the repo and adjust the `_config.yml` to use with [Github Pages](https

## Installation (jekyll-remote-theme method)

You can use this theme with the `jekyll-remote-theme` plugin. Just create an empty repo, add `index.html` and `archive.html` files (they can be empty but need to contain front matter) and add this to your `_config.yml`:
You can use this theme with the `jekyll-remote-theme` plugin. Just create an empty repo, add an `index.md` file (which can be empty but needs to contain front matter) and add this to your `_config.yml`:

```yaml
remote_theme: niklasbuschmann/contrast@v1.0
remote_theme: niklasbuschmann/contrast@v1.1

plugins:
- jekyll-remote-theme
- jekyll-default-layout
```
## License
Expand Down

0 comments on commit 5c40d08

Please sign in to comment.