First of all, clone this repos:
git clone https://github.com/uzumakistudios/uzumakistudios.github.io
cd uzumakistudios.github.io
Before start editing this repos, update it:
git pull
Create a new file to your post named _posts/yyyy-mm-dd-title-of-post.md
with the following syntax:
Foo bar.
To commit and push your blog post:
git add --all git commit -am "My new post" git push origin master
It´s the same of editing a blog post, but instead of editing a file in _posts/
, edit the page's index file, like about/index.html
.
If you want to preview the generated blog locally, install Jekyll following these instructions here.
To preview locally:
jekyll serve
Then access http://localhost:400
.