3 Create your Jekyll blog in minutes, without touching the command line.
7 ### Step 1) Fork to your User Repository
9 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.
11 ![Step 1](/images/step1.gif "Step 1")
14 ### Step 2) Customize your site
16 You can now edit your site name, gravatar and other options using the _config.yml file.
18 ![Step 2](/images/step2.gif "Step 2")
21 ### Step 3) Publish your first blog post
23 Your site is customized and looking great. Now you just have to write that epic blog post! We're going to edit the existing Hello World post for your first post.
25 ![Step 3](/images/step3.gif "Step 3")
27 To add additional posts you can hit the + icon in the _posts folder (shown at the end of the video) to create new content. Just make sure to include the [front-matter](http://jekyllrb.com/docs/frontmatter/) block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md
32 I've posted a more detailed walkthrough of Jekyll Now and introduction to Jekyll here: [Getting Started With Jekyll](#)
39 ## Jekyll Now Features
41 ✓ Command-line free workflow—using GitHub.com to create, customize and post to your blog
42 ✓ Fully responsive and mobile optimized base theme ([Theme Demo](http://jekyllnow.com))
43 ✓ SASS/Coffee support using Jekyll 2.0
44 ✓ Free hosting on your GitHub Pages user site
48 ✓ Google Analytics integration
49 ✓ Emoji! :sparkling_heart:
51 ✘ No need to set up local development
52 ✘ No installing dependancies
53 ✘ No configuring plugins
54 ✘ No need to spend time on theming
55 ✘ No setting up hosting
56 ✘ More time to code other things! ... wait that's a ✓
58 ## Questions? Suggestions?
60 [Open an Issue](https://github.com/barryclark/jekyll-now/issues/new) and let's chat!
64 If you'd like me to let you know when I release a new theme, just [drop me your email for updates](http://getresponse.com). I'm currently working on a personal portfolio site Jekyll Now theme.
69 - Code/design reviewers