diff --git a/README.md b/README.md index baa206a..3f41137 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ A static blog using Markdown pulled from your git repository. +> Step 1 : ```$ vi 2019/06/21/index.md``` +> Step 2 : ```$ git add . && git commit -m "new article" && git push origin master``` +> Step 3 : That's it +> Step 4 : No seriously you're done, go check your updated blog + * **[How it works](#how-it-works)** * **[Installation](#installation)** * **[Writing an article](#writing-an-article)** @@ -53,7 +58,7 @@ As you access an article link, the server will fetch it's `index.md` Markdown fi
-As you configured your data repository, when you push any data, it will trigger the webhook that will perform a `git pull` then refresh the data you just committed. +As you configured your data repository, when you push any data, it will trigger the webhook that will perform a `git pull` then refresh the article list. #### 4. RSS feed @@ -122,6 +127,10 @@ Resources are located on the `data` folder and can be referenced as the root of In your template, the following data is sent : ++ * `info` (every pages) * `title` : the blog's title as in the config * `description` the blog's description as in the config @@ -141,6 +150,8 @@ In your template, the following data is sent : * `realPath` : the system's path for the folder * `escapedTitle` : the code with alphanumeric and underscore characters only * `error` (error pages only) : the error code +
+