Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 494 Bytes

HOW-TO-POST.md

File metadata and controls

17 lines (13 loc) · 494 Bytes

How-To Add a New Post

Instructions:

  • clone the repo:
  • change directory to base of repo:
    • $ cd cgoldberg.github.io
  • add new file to ./_posts/ with name format: YYYY-MM-DD-post-title.md
  • commit changes
    • $ git commit -a -m "commit message"
  • push changes to GitHub:
    • $ git push

That's it! The GitHub actions workflow job will publish it to GitGHub Pages.

View the post at: https://cgoldberg.github.io