mirror of
https://github.com/tildeclub/site.git
synced 2026-08-25 11:59:23 +00:00
Software words and website words are capitalized (or, as another option, all caps), articles in the "tilde.club" category must have most words capitalized (may capitalize word in case of doubt), and the rest of the titles must have first word, of the title, capitalized, with the rest of the (non-software) words, of the title, all lowercase. Signed-off-by: keyboardan <keyboardan@tilde.club>
38 lines
937 B
Markdown
38 lines
937 B
Markdown
---
|
||
title: Bashblog (blog platform)
|
||
author:
|
||
- deepend
|
||
- benharri
|
||
category: software
|
||
---
|
||
|
||
## 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!
|
||
|
||
---
|