aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-19 08:45:13 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-19 08:45:13 -0400
commit62075949b847739a77d765fddcf0d4bec27f4644 (patch)
tree199472e4171c706e96c5c4e0f8cc10bf898d7e74
parent32e8a7578f480f0eab8949c74beef00d45700a84 (diff)
downloadkompetenzbolzen.github.io-62075949b847739a77d765fddcf0d4bec27f4644.tar.gz
Readme updates: theme screenshots and problem description
-rw-r--r--README.md18
-rw-r--r--images/jekyll-now-theme-screenshot-big.jpgbin0 -> 135722 bytes
-rw-r--r--images/jekyll-now-theme-screenshot.jpgbin0 -> 54148 bytes
3 files changed, 15 insertions, 3 deletions
diff --git a/README.md b/README.md
index e7fb054..ab19dfa 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,21 @@
# Jekyll Now
-Create your Jekyll blog in minutes, without touching the command line.
+** Create your Jekyll blog in minutes, without touching the command line. **
+
+Jekyll Now is my effort to make it easier to set up your Jekyll blog, eliminating the following up front work:
+
+- No need to touch the command line
+- No need to install/configure ruby, rvm/rbenv, ruby gems (my least favorite part, as I'm not a rubyist)
+- No need to install runtime dependancies like markdown processors, Pygments, etc
+- No need to spend too much time on theming
+
+The Jekyll Now base theme is fully responsive, clean, and minimal (3 http requests including social icons and your avatar).
+
+[![Jekyll Now Theme Screenshot](/images/jekyll-now-theme-screenshot.jpg "Jekyll Now Theme Screenshot")](/images/jekyll-now-theme-screenshot-big.jpg)
## Quick Start
-### Step 1) Fork to your User Repository
+### Step 1) Fork Jekyll Now to your User Repository
With this fork first setup you can get a feel for what Jekyll is like extremely quickly. Fork this repo, then make sure that you rename your fork to yourgithubusername.github.io. Your Jekyll blog can then immediately be viewed at that URL.
@@ -47,7 +58,8 @@ It covers:
✓ Disqus commenting
✓ RSS feed and Sitemap.xml good to go
✓ Google Analytics integration
-✓ SVG social icons for your footer
+✓ SVG social icons for your footer
+✓ Speed - only 3 http requests, including your avatar
✓ Emoji! :sparkling_heart: :sparkling_heart: :sparkling_heart:
✘ No installing dependancies
diff --git a/images/jekyll-now-theme-screenshot-big.jpg b/images/jekyll-now-theme-screenshot-big.jpg
new file mode 100644
index 0000000..aafa5c0
--- /dev/null
+++ b/images/jekyll-now-theme-screenshot-big.jpg
Binary files differ
diff --git a/images/jekyll-now-theme-screenshot.jpg b/images/jekyll-now-theme-screenshot.jpg
new file mode 100644
index 0000000..e002f1f
--- /dev/null
+++ b/images/jekyll-now-theme-screenshot.jpg
Binary files differ