Hi, this is the code for the wordpress theme used at ksdt.org License: GPLv2 or later Deployment To deploy from your local repository, follow these steps: Add the production server as a remote: git remote add production [email protected]:~/web (do this once) git push production master