diff --git a/README.md b/README.md index 1f55458..9386536 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Clone the site: Re-generate the website: ttree -f ttree.cfg + cp -r assets ../usshoustondive.com-gh-pages/ cd ../usshoustondive.com-gh-pages git diff git commit -a diff --git a/ttree.cfg b/ttree.cfg index 5fe2483..9605528 100644 --- a/ttree.cfg +++ b/ttree.cfg @@ -5,14 +5,13 @@ recurse # accept = \.tt2$ # copy these files -copy = ^assets +# copy = .* # .tt2 files become .html files. suffix tt2=html src = src lib = lib -#dest = www dest = ../usshoustondive.com-gh-pages # ^ local clone where this repo is checked out onto branch "gh-pages"