HOWTO-basic-publishing-commants.txt 251 B

1234567891011121314151617
  1. 6762 git commit -m"Adding Risk"
  2. 6763 git push
  3. * preview
  4. 6730 hugo server -D &
  5. then
  6. http://localhost:1313
  7. * publishing after editing
  8. cd ~/blogs
  9. 18456 hugo
  10. 18457 cd docs/
  11. 18458 git add -A
  12. 18459 git commit -m"Typos"
  13. 18460 git push