commit d05fd5cd2b5d1f8347469ec83d4e73609db0ba72 Author: Tissevert Date: Fri Mar 8 13:17:58 2019 +0100 Wiki !! diff --git a/Command-line-options.md b/Command-line-options.md new file mode 100644 index 0000000..063a26d --- /dev/null +++ b/Command-line-options.md @@ -0,0 +1,7 @@ +Hablo provides several options that can be used at runtime. You can view them by running + +```bash +hablo --help +``` + +in a terminal but here's a more complete description. \ No newline at end of file diff --git a/Text-templates.md b/Text-templates.md new file mode 100644 index 0000000..0bd0582 --- /dev/null +++ b/Text-templates.md @@ -0,0 +1,13 @@ +Here is the full list of the available text template variables that you can customize in your wording file. + + +allLink +allPage +allTaggedPage +commentsSection +dateFormat +latestLink +latestPage +latestTaggedPage +metadata +tagsList diff --git a/Using-hablo-%28tutorial%29.md b/Using-hablo-%28tutorial%29.md new file mode 100644 index 0000000..40f3524 --- /dev/null +++ b/Using-hablo-%28tutorial%29.md @@ -0,0 +1,47 @@ +# Generating your blog + +Create a directory for it and go inside it. + +```bash +mkdir "My perfect life is better than yours" +cd "My perfect life is better than yours" +``` + +Yeah, apparently you called your blog «My perfect life is better than yours». Whatever floats your boat. It's empty right now, let's create a directory for your articles. + +```bash +mkdir articles +``` +You could call it something else but that's the name `hablo` expects it to be. Makes sense, for a directory containing articles, no ? + +Well let's write an article then ! + +```bash +cat > articles/My\ cat.md <