aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-03-02 21:39:47 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-03-02 21:39:47 -0500
commit13d5a749a8d3259587ec1de250b1e9257fec2c25 (patch)
tree7ee79f0bff3a52f41b2997a1df589e88decad8fe /README.md
parent628fcf4b16a99b5597cad9f70f94960ad05e30d6 (diff)
downloadkompetenzbolzen.github.io-13d5a749a8d3259587ec1de250b1e9257fec2c25.tar.gz
Let's tell a story in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 24 insertions, 4 deletions
diff --git a/README.md b/README.md
index f55925f..ad81770 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,28 @@
# Jekyll Kickstart
-Create your Jekyll blog in minutes, without needing to set up local development.
+I found Jekyll a little tricky to set up. I ran into complications while setting up local development, configuring plugins, and figuring out a good workflow for blogging. After finishing [my blog](http://jekyllkickstart.com), I found that I really didn't need a lot of those complexities in the first place.
-[**Theme Demo >>**](http://jekyllkickstart.com)
+I created Jekyll Kickstart to help you get your Jekyll blog set up extremely quickly, avoiding the pitfalls that I fell into. It features my lovely GitHub influenced responsive base theme and no need to touch the command line.
-## 5 Minute Blog Setup on GitHub Pages
+#### Jekyll Kickstart lets you create, personalize and post to your Jekyll blog in minutes — _all directly on GitHub.com_
+
+- ✓ Fully responsive and mobile optimized theme [(Theme Demo)](http://jekyllkickstart.com)
+- ✓ Workflow using GitHub.com to create, customize and post to your blog
+- ✓ Host on your free GitHub Pages user site
+- ✓ Blog in markdown!
+- ✓ Syntax highlighting
+- ✓ Disqus commenting
+- ✓ Google Analytics integration
+- ✓ Optional Grunt workflow for local development using SASS
+
+- ✘ No setting up local development
+- ✘ No installing dependancies
+- ✘ No configuring plugins
+- ✘ No need to spend time on theming
+- ✘ No setting up hosting
+- ✘ No paintrain
+
+## 5 Minute Blog Setup—all on GitHub.com
#### 1) Fork Jekyll Kickstart
@@ -33,7 +51,7 @@ Input your details by simply editing the configuration file. Go to your forked r
Go to the _posts folder and edit the Hello World post that's there to create your first post! Jekyll pulls the date of the post from the filename, so change that to today's date.
-## Things you can do directly on GitHub.com
+## More things you can do directly on GitHub.com
#### Publish new content
@@ -56,6 +74,8 @@ Read more about theme development at the [Jekyll documentation](http://jekyllrb.
## Local Theme Development
+Explain why you'd want to use local theme development.
+
The first step of local development is git cloning your repo.
**PIC OF THIS**