Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 614 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 614 Bytes

dyrector.io blog

Building and hosting by dyrector.io Netlify account.

How to add a new blogpost:

  • Step 1: Open /blog folder on desktop
  • Step 2: Right click in folder and select Git Bash here (OS: Windows)
  • Step 3: Enter git status to find any differences made on the branch
  • Step 4: git pull to update files in blog folder from the branch
  • Step 5: git add . to add all changed filed
  • Step 6: git commit -m "[comment]" to add commit with message
  • Step 7: git push to publish the article

To review the blogpost in browser, use yarn develop command. Enter localhost:xxxxx into address bar.