more docs updating

master
endorphant 2016-05-15 03:11:51 -04:00
parent 7a44cffc30
commit e2bde9a42a
3 changed files with 3 additions and 18 deletions

View File

@ -36,8 +36,9 @@ regenerate your configuration by deleting your ~/.ttbp directory entirely. **you
* to modify your stylesheet, edit your ~/.ttbp/www/style.css
* to modify the page header, edit your ~/.ttbp/config/header.txt
* you might note that there's a place marked off in the default header where you can safely put custom HTML elements!
* to modify the page footer, edit your ~/.ttbp/config/footer.txt
### GENERAL TIPS
### general tips
* add `alias ttbp="~endorphant/bin/ttbp"` to your .bash_aliases for fewer keystrokes

View File

@ -4,6 +4,7 @@ TO-DO:
-command line flags:
-shortcut to most recent feels, writing entry, seeing own entry
-neighbor view takes you to individual entry listing
-make ttbp/index.html reference readme.md
(goals for version two)

View File

@ -1,17 +0,0 @@
USER DOCS
=========
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