aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-26 19:54:39 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-26 19:54:39 -0500
commit7e93b3bf6511c5cdcff6f0b4c1b0ee16dce59939 (patch)
tree6c7ed4783019706358197d5e9025dd10e4049f17
parent5c6d8e0aee80d2f03b184d90878557a5c654f96b (diff)
downloadkompetenzbolzen.github.io-7e93b3bf6511c5cdcff6f0b4c1b0ee16dce59939.tar.gz
Rename to Jekyll Kickstart
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 50daa5e..4001522 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,12 @@
-# Jekyll Boilerplate
+# Jekyll Kickstart
Create your Jekyll blog in minutes, without needing to set up local development.
-*[Theme Demo Site](http://jekyllboilerplate.com)*
-
-![Jekyll Boilerplate - theme screenshot](/images/jekyll-boilerplate.jpg)
+[**Theme Demo >>**](http://jekyllkickstart.com)
## 5 Minute Blog Setup on GitHub Pages
-#### 1) Fork Jekyll Boilerplate
+#### 1) Fork Jekyll Kickstart
Click the fork button at the top right of the repository.
@@ -35,7 +33,7 @@ You can input your details by simply editing the configuration file. Go to the b
Go to the _posts folder and simply edit the one that's there to create your first blog post! Jekyll pulls the date of the post from the filename, so you can edit that to today's date.
-#### Set up your own domain name
+#### Setting up your own domain name
Follow the latest [GitHub Pages Custom Domain Guide](https://help.github.com/articles/setting-up-a-custom-domain-with-pages) to set up your custom domain name. I've created the CNAME file already, so that you can easily edit it within the repository.
@@ -63,7 +61,7 @@ Next up: A Jekyll based portfolio site theme to showcase projects and content.
## Questions or requests?
-[Open an Issue](https://github.com/barryclark/jekyll-boilerplate/issues/new) and let's chat!
+[Open an Issue](https://github.com/barryclark/jekyll-kickstart/issues/new) and let's chat!
## Alternative Jekyll starting points