help/docs/blog.md

45 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2019-11-14 13:12:12 +00:00
# # user blog
2021-08-07 21:59:43 +00:00
your blog is available under *https://envs.net/~username/blog* and *https://username.envs.net/blog*<br />
2019-10-12 18:18:28 +00:00
and you can also use any other blogging software. ;)
## with [ttbp](https://envs.net/ttbp/)
**available system-wide as `feels` and `ttbp`**
a command-line based blogging platform running on envs.net.
2019-10-12 18:18:28 +00:00
just log in to your envs.net account and enter: `feels`
2019-10-12 18:18:28 +00:00
ttbp will ask you a few questions to get you started. after that, writing and reading entries all happen within the program.
that's it!<br />
please see [ttbp](https://envs.net/ttbp/) for more information.
2019-10-12 18:18:28 +00:00
## with [twtxt](https://github.com/buckket/twtxt)
**available system-wide as `twtxt`**
twtxt is a decentralised, minimalist microblogging service for hackers.
2021-09-19 05:57:01 +00:00
to set up your twtxt it takes the following steps:
2019-10-12 18:18:28 +00:00
1. `twtxt quickstart` - this wizard will generate a basic configuration file for twtxt<br /> in `~/.config/twtxt/config`. *for more config option see: [twtxt - configuration](https://twtxt.readthedocs.io/en/latest/user/configuration.html)*.<br />*note your public twtxt location is ~/public_html/twtxt.txt*
2. now you can use `twtxt tweet "Hello, this is twtxt!"` to post a status and<br />`twtxt timeline` to view your timeline.
for more features see `twtxt --help` and [twtxt - usage](https://twtxt.readthedocs.io/en/latest/user/usage.html).
2019-10-12 18:18:28 +00:00
our twtxt registry server and more information about it can be found at: [https://twtxt.envs.net](https://twtxt.envs.net/)
2019-10-12 18:18:28 +00:00
## with [bashblog](https://github.com/envs-net/bashblog)
**available system-wide as `bb`**
2019-12-29 12:40:14 +00:00
a single bash script to create blogs.
2019-10-12 18:18:28 +00:00
### usage
- `bb post` or `bb post --html` - to use html
- write a post
- save, close and then select from the bashblog menu choices
### config
to change the name and url and other settings for your blog edit<br />
the `config` file in `~/public_html/blog/` see [here](https://github.com/envs-net/bashblog/blob/master/.config_example) for an example.<br />