diff --git a/install.sh b/install.sh index 610fd01..4320f7e 100644 --- a/install.sh +++ b/install.sh @@ -40,10 +40,10 @@ fugitive_install() { git config --add --path fugitive.public-dir "." echo "done." echo -n "Writing default template files... " - fugitive_write_template > fugitive/templates/article.html < _templates/article.html < fugitive/templates/archives.html < _templates/archives.html </dev/null + git add _templates/* fugitive.css print.css >/dev/null git commit -m "fugitive inital import" >/dev/null echo "done." echo -n "Preventing git to track temp files... "