Readme update: 5 minute setup
[jekyll-now.git] / README.md
blob68ca3fa2a86673104f987bbe3b78b0adb26ff8f6
1 # Jekyll Kickstart
3 Create your Jekyll blog in minutes, without needing to set up local development. 
5 [**Theme Demo >>**](http://jekyllkickstart.com)   
7 ## 5 Minute Blog Setup on GitHub Pages
9 #### 1) Fork Jekyll Kickstart
11 Click the fork button at the top right of the repository. 
13 #### 2) Rename it to be your GitHub user site
15 After forking, click the Settings button on your new repository and change the repository name to username.github.io -- make sure that username is replaced with your GitHub username! 
17 #### 3) Your blog is live!
19 Go to http://username.github.io and you'll see your site live! This can take up to 10 minutes to update, but often it's there right away. 
21 #### 4) Customize your blog
23 Input your details by simply editing the configuration file. Go to your forked repository and open up _config.yml. In there you'll be able to input your:
25 - Blog name
26 - Description
27 - Avatar
28 - Social links
29 - Disqus comments code
30 - Google Analytics code
32 #### 5) Publish your first post
34 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. 
36 #### Publishing New Content
38 To publish new blog posts, go into the _posts folder and click the New File button. Name your post in this format: year-month-day-Title.md, save it, and you're set! 
40 #### Setting up your own domain name
42 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. 
44 ## Customizing The Theme
46 #### Hacking without a local development environment
48 If you're just looking to make a couple of quick theme changes, then this might do the trick for you.
50 #### Local Development 
52 #### 1) Install Dependancies
56 ## Get notified when I release new themes
58 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). 
60 Next up: A Jekyll based portfolio site theme to showcase projects and content. 
62 ## Questions or requests?
64 [Open an Issue](https://github.com/barryclark/jekyll-kickstart/issues/new) and let's chat!
66 ## Alternative Jekyll starting points
68 This wasn't what you were looking for? Here are some other Jekyll starting points that might hit the spot:
70 - [Left by Zach Holman](https://github.com/holman/left) - Jekyll theme with a sidebar  
71 - [Hazelnut by Mig Reyes](https://github.com/migreyes/hazelnut) - Includes sweet Pow workflows  
72 - [Octopress by Brandon Mathis](https://github.com/imathis/octopress) - Another established starting point with lots of options  
73 - [mojombo.github.io by Tom Preston-Werner](https://github.com/mojombo/mojombo.github.io) - TPW's original Jekyll theme