aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-03-02 11:02:38 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-03-02 11:02:38 -0500
commitbee001e2a96eaf2e693163e7143ba5d8a0796653 (patch)
treeddc7227af4f8d2c11221069bfb8962ee26bfc013 /README.md
parent208d8d0913c094203148bead4b9ff2f2e86780db (diff)
downloadkompetenzbolzen.github.io-bee001e2a96eaf2e693163e7143ba5d8a0796653.tar.gz
Readme update: 5 minute setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2c7cb1d..1631825 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,11 @@ After forking, click the Settings button on your new repository and change the r
#### 3) Your blog is live!
-You can now 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.
+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.
#### 4) Customize your blog
-You can input your details by simply editing the configuration file. Go to the base directory and open up _config.yml. In there you'll be able to input your:
+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:
- Blog name
- Description
@@ -33,13 +33,13 @@ 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.
-#### Setting up your own domain name
+#### Publishing New Content
-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.
+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!
-#### Publishing New Content
+#### Setting up your own domain name
-Alternative flow for publishing content, without needing Local Development Environment
+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.
## Customizing The Theme