diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-29 04:43:48 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-29 04:43:48 +0200 |
commit | 82035fc222e8f7cb63c9573d5e9c7b5fea9d1943 (patch) | |
tree | 69426eb65f6568058fb441b98b88ef2bbe9fb06a | |
parent | 8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd (diff) | |
download | blogc-82035fc222e8f7cb63c9573d5e9c7b5fea9d1943.tar.gz blogc-82035fc222e8f7cb63c9573d5e9c7b5fea9d1943.tar.bz2 blogc-82035fc222e8f7cb63c9573d5e9c7b5fea9d1943.zip |
updated readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ To create your first blog, please clone our example repository and adapt it to y $ git init $ git commit -am 'initial commit' -At this point you'll have an empty blog, that can be customized to suit your needs. You'll want to look at the 'post/' directory and edit your first post. Each new post, template or asset must be added to the Makefile. Please read it carefully. +At this point you'll have an empty blog, that can be customized to suit your needs. You'll want to look at the `content/post/` directory and edit your first post. Each new post, template or asset must be added to the `Makefile`. Please read it carefully. If some unexpected error happened, please [file an issue](https://github.com/blogc/blogc/issues/new). |