X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=ffb815e3d28802f1e1d24a4fc0e51f08c2655d49;hp=4923b8e5af3345bdc28bf3086f937a03c9b81dfb;hb=703fac6af08d5952e4cb13051e09da6626b99feb;hpb=4012c1f1fba8d3c8602334370568fdbcac48a769 diff --git a/cookiecutter b/cookiecutter index 4923b8e..ffb815e 100755 --- a/cookiecutter +++ b/cookiecutter @@ -22,6 +22,7 @@ sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \ git init && git add . && git commit --message "Initial commit - created the project" && +git config htdocs.path "$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/"$project_name"/docs && cp -p "$HOME"/current/projects/m_lib/update-remotes . && echo /update-remotes >>.git/info/exclude && exec ./mk-git-aliases