bundle install
Run Jekyll:
bundle exec jekyll serve
-
Create a new file in
_posts
folder. -
Filename should be in the following format:
YEAR-MONTH-DAY-title.md
eg:2016-11-22-next-academy-is-awesome.md
-
Posts should start with:
--- layout: post title: "Sample Post" <!-- Provide appropriate post title --> author: "John Doe" <!-- Your name --> date: 2016-11-22 12:31:14 +0800 <!-- DateTime with +0800 timezone --> tags: [ruby, elixir] <!-- appropriate tags --> preview: http://image-related-to/your-post.png ---
-
Every post must have a related preview image. Make sure the image is at least 270x250, and close to 1:1 aspect ratio (squarish image).
-
Other resources:
- Jekyll Docs on Writing Posts
- Jekyll Docs on Syntax Highlighting
MIT License