README.md in daydream-theme-1.0.1 vs README.md in daydream-theme-1.0.2

- old
+ new

@@ -4,19 +4,20 @@ ![Picture of the theme](theme.PNG) A live demo can also be seen [here](https://embar.io). -This theme is also in no way shape or form mobile friendly, you have been warned. +Theme is also somewhat mobile friendly! This theme should be accessability friendly as its just HTML and CSS, but no gaurantees there, I am not a frontend developer. Photo by [Wolfgang Hasselmann](https://unsplash.com/@wolfgang_hasselmann?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/@wolfgang_hasselmann?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) ## Installation +### Standalone Jekyll Add this line to your Jekyll site's `Gemfile`: ```ruby gem "daydream-theme" ``` @@ -36,9 +37,22 @@ $ bundle Or install it yourself as: $ gem install daydream + + +### Github Pages + +To install on github pages instead add this line to your `GemFile` under the jekyll plugins group: +```ruby + gem "jekyll-remote-theme" +``` + +then in your Jekyll site's `_config.yml`: +```yaml +remote_theme: williambenembarek/daydream-theme +``` ## Usage Edit config, replace bg.jpg if you want to, add a picture called me.jpg in `assets/me.jpg` to include a picture.