Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 398 Bytes

File metadata and controls

15 lines (13 loc) · 398 Bytes
  1. 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'

  2. cd to blog

    1. git add --all
    2. git commit -m "commit message"
    3. git push origin master
  3. cd to output

    1. git add --all
    2. git commit -m "commit message"
    3. git push origin master