create bashblog.md

This commit is contained in:
deepend-tildeclub 2019-12-08 11:47:59 -07:00 committed by GitHub
parent 8decf76a47
commit 865b84afd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

30
wiki/source/bashblog.md Normal file
View File

@ -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 youre 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!
---