Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 300 Bytes

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