ttbp/README.md

30 lines
767 B
Markdown
Raw Normal View History

2016-05-02 03:50:41 +00:00
tilde.town blogging platform
============================
a command-line based blogging platform running on tilde.town
to use, run `~endorphant/bin/ttbp` while logged in to tilde.town
2016-05-15 06:53:50 +00:00
you can also try `~endorphant/bin/ttbp-beta` for a more unstable, bleeding-edge
experience.
ENTRIES
=======
* you can use html
* you can also put things between `<!-- comments -->` to have them show up
in the feed but not render in a browser (but people can still read
them with view-source)
PAGE LAYOUT
===========
* to change stylesheet, edit your ~/.ttbp/www/style.css
* to change header, edit your ~/.ttbp/config/header.txt
* to change footer, edit your ~/.ttbp/config/footer.txt
GENERAL TIPS
============
* add `alias ttbp="~endorphant/bin/ttbp"` to your .bash_aliases