From b1479f1fb6e418b677a807a72038ff2f01ead88d Mon Sep 17 00:00:00 2001 From: Nicolas Fricke Date: Mon, 27 Nov 2017 12:25:48 +0100 Subject: [PATCH] Add link to Heroku hosted version of blog to README.md Also add the `temp/` directory to `.gitignore` --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 332fd82..1c5e031 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config/config.yml config/google.json +temp/ diff --git a/README.md b/README.md index 3a9133c..d6520a9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Simple web-app using [`article_json`](https://github.com/Devex/article_json) to turn a Google Drive folder into your personal blog Edit +Have a look at this blog hosted on Heroku: https://google-doc-blog.herokuapp.com/ + ## Prerequisites * You need a running `ruby` installation >= version 2.3