Hello World!
Notes for Managing my Github Static Site
Hello World. This is my first Jekyll blog post on my Github site.
Blog File Naming
The file name must be placed in the -posts folder and have the syntax YYYY-MM-DD-FILENAME.md
MarkDown Basic Formatting Syntax
This website used the markdown syntax. More detail can be found on the Github site here
Pushing my blog to Github
The steps to push the blog to my git repo are:
- git status
- git add .
- git commit -m “New Post”
- git push
This post is licensed under CC BY 4.0 by the author.