wiki/blogs.md

38 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

you can create a blog that is publicly available on the web in your
`public_html`. if you haven't already, check out [the wiki page about editting
your site](website.html) first.
2021-09-19 13:23:16 +00:00
# bashblog
bashblog is a simple and quick way to create and manage your blogs, it's
available system-wide as `bb`
2021-09-19 13:23:16 +00:00
you can use it to manage your blog, write posts, etc, from anywhere. and your
blog will be generated at `~/public_html/blog/`. if you like, you could
navigate into it first.
2021-09-19 13:23:16 +00:00
cd ~/public_html
now, you can start writing your first post!
bb post
it opens the editor in your `$EDITOR` enviroment variable, if you're unsure,
set it to `nano` first: `export EDITOR=nano`. you can put that line in your
`~/.bashrc` if you'd like to keep using the selected editor.
2021-09-19 13:23:16 +00:00
after you save and close your editor, follow the instructions and check out
your live blog on your homepage!
2021-09-19 13:23:16 +00:00
the process will be the same everytime you're ready to add a new entry. just
run `bb post` from anywhere.
2021-09-19 13:23:16 +00:00
<!-- TODO: .config, css, rss, gemini -->
# ssgs
here is the list of static site generators (which can not only be used for
blogs but others too) installed on tilde.cafe:
2021-09-19 13:23:16 +00:00
- markdown