X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=ffb815e3d28802f1e1d24a4fc0e51f08c2655d49;hp=4923b8e5af3345bdc28bf3086f937a03c9b81dfb;hb=91b93d9d010f6d34943a0e4aeffd3c9f0ee2879c;hpb=b2027c2ae3aa07681bd9881b9f3afc173fcd9782 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