diff --git a/_config.yml b/_config.yml index e13f298..c39a9ea 100644 --- a/_config.yml +++ b/_config.yml @@ -20,3 +20,4 @@ exclude: - Gemfile.lock - config.ru - vendor + - app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..3ee5b74 --- /dev/null +++ b/app.json @@ -0,0 +1,12 @@ +{ + "name": "Jekyll + Heroku + Unicorn", + "description": "Blazing fast blogging with Jekyll deployed to Heroku with 6 Unicorn workers.", + "keywords": [ + "jekyll", + "unicorn", + "blog", + "static site" + ], + "repository": "https://github.com/himynameisjonas/jekyll-heroku-unicorn", + "success_url": "/" +}