FEELS: the tilde.town blogging platform
 
 
Go to file
endorphant 844bd86050 editing docs 2016-05-15 02:53:50 -04:00
bin removing redundant counter 2016-05-15 02:43:39 -04:00
lib setup and posting function running 2016-05-01 19:34:20 -04:00
README.md editing docs 2016-05-15 02:53:50 -04:00
changelog.txt editing docs 2016-05-15 02:53:50 -04:00
devnotes.txt editing docs 2016-05-15 02:53:50 -04:00
docs.txt editing docs 2016-05-15 02:53:50 -04:00

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