more docs updating
parent
7a44cffc30
commit
e2bde9a42a
|
@ -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 your stylesheet, edit your ~/.ttbp/www/style.css
|
||||||
* to modify the page header, edit your ~/.ttbp/config/header.txt
|
* 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
|
* 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
|
* add `alias ttbp="~endorphant/bin/ttbp"` to your .bash_aliases for fewer keystrokes
|
||||||
|
|
|
@ -4,6 +4,7 @@ TO-DO:
|
||||||
-command line flags:
|
-command line flags:
|
||||||
-shortcut to most recent feels, writing entry, seeing own entry
|
-shortcut to most recent feels, writing entry, seeing own entry
|
||||||
-neighbor view takes you to individual entry listing
|
-neighbor view takes you to individual entry listing
|
||||||
|
-make ttbp/index.html reference readme.md
|
||||||
|
|
||||||
(goals for version two)
|
(goals for version two)
|
||||||
|
|
||||||
|
|
17
docs.txt
17
docs.txt
|
@ -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
|
|
Loading…
Reference in New Issue