WIP
-
Fork this repository.
-
Create a new branch.
-
git clone
your forked repository, andcd
into it. -
Create a new folder in
_posts
with the formatYYYY-MM-DD-Title
. -
Create an
index.markdown
file in the folder. -
Add your content to the file, and add the front matter like below:
--- layout: post title: "Your Title" date: "YYYY-MM-DD HH:MM:SS [+|-]hhmm" categories: New App author: "Your Name" ---
-
If you want to add images, create a new folder in
images
with the same name as the folder in_posts
, and add your images there. -
Commit your changes and push to your forked repository.
-
Create a pull request to this repository.