Publish 2018-06-27 Example-driven development article

This commit is contained in:
2018-06-27 11:18:30 +03:00
parent 42908c0eca
commit 8f5eb01ee4
22 changed files with 1000 additions and 267 deletions

View File

@@ -39,8 +39,9 @@ To publish new content:
pelican -s publishconf.py
```
* upload it to GitHub with the following command:
* upload it to GitHub with the following commands:
```
git add .
git push
```