-
Add markdown/img 2. cd blog 3. open index.html (using atom) 4. pelican content #creates new content 5. undo changes to index.html + add new links using: 'https://etav.github.io/category/slug.html'
-
cd to blog
- git add --all
- git commit -m "commit message"
- git push origin master
-
cd to output
- git add --all
- git commit -m "commit message"
- git push origin master