You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Github pages uses Jekyll by defualt so we have to tell it NOT TO -> .nojekyll file
- "touch docs/.nojekyll"
- git add .
- git commit -m "bug fix new content"
- git push origin master
Start git bash in \my_blog
Type "hugo serve" to the command line and copy the web address (something like http://localhost:1313/mapcrastinating/) to your browser - there you can see the changes locally.