From 865b84afd5d88a58fe3b96c30fa1d8d51f1fca30 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sun, 8 Dec 2019 11:47:59 -0700 Subject: [PATCH] create bashblog.md --- wiki/source/bashblog.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 wiki/source/bashblog.md diff --git a/wiki/source/bashblog.md b/wiki/source/bashblog.md new file mode 100644 index 0000000..c86c814 --- /dev/null +++ b/wiki/source/bashblog.md @@ -0,0 +1,30 @@ +## Usage + +1. To show the available commands type `bb` + +Before creating your first post, you may want to configure the blog settings (title, author, etc). Read the Configuration section below for more information + +To create your first post, just run: + +1. `bb post` + +1. write a post (it will open your preferred $EDITOR for you, so make sure it's set) + +It will use Markdown. To force HTML: + +`bb post -html` + +The script will handle the rest. + +When you’re done, access the public URL for that folder (https://tilde.club/~username/blog) and you should see the index file and a new page for that post! + + +## advanced + +edit the `.config` file to change the name and url and other settings for your blog + +for more details: see [the bashblog repo](https://tildegit.org/club/bashblog) + +if you have any improvements/bugfixes, feel free to open a PR! + +---