Review and update the layout.

This commit is contained in:
Valentin Lorentz
2011-06-28 17:29:38 +02:00
parent 2ce465adcd
commit b17bd0fac6
63 changed files with 2384 additions and 2323 deletions

7
commit.sh Executable file
View File

@ -0,0 +1,7 @@
make html
git commit "$@"
cd _build/html
git add .
git commit "$@"
git push
cd ../..