forked from endorphant/ttbp
endorphant 844bd86050 | ||
---|---|---|
bin | ||
lib | ||
README.md | ||
changelog.txt | ||
devnotes.txt | ||
docs.txt |
README.md
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
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