diff --git a/README.md b/README.md index a538d1f..75e50ea 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ # [Game Backup Monitor](http://mikemaximus.github.io/gbm-web/) +Light Theme: + ![Screenshot](https://i.imgur.com/VgREJks.png) +Dark Theme: + +![Screnshot](https://i.imgur.com/worTQ3W.png) + Game Backup Monitor is a simple, but flexible application that detects games as you play them. Once you finish playing a game, a backup of the saved games will be made automatically using 7-Zip compression. GBM can be used on a single computer, or on multiple computers to effectively add cloud support to any game or application. **License**: GNU General Public License version 3.0 (GPLv3)
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file