X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=ffb815e3d28802f1e1d24a4fc0e51f08c2655d49;hp=539fddac4550ee3eb6651d51b1550b1488f77141;hb=0649f3b0583a1f86fbcd17b1a89adb0e13a85695;hpb=13450f371aa445a050f7735d060d301abb340dc6 diff --git a/cookiecutter b/cookiecutter index 539fdda..ffb815e 100755 --- a/cookiecutter +++ b/cookiecutter @@ -22,4 +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