-
Notifications
You must be signed in to change notification settings - Fork 3
Adding a new blog post
Andrey Fedorov edited this page Apr 6, 2016
·
4 revisions
1 Make a fork of the repository.
2 Add a new entry (if necessary) to _data/authors.yml
https://github.com/QIICR/qiicr.github.io/blob/master/_data/authors.yml
3 Create a new file under _posts
, file name should include date such as in 2016-01-19-hello-world.md
.
4 Pick a layout. See examples of posts that use page and video layouts. More layouts are in https://github.com/QIICR/qiicr.github.io/tree/master/_layouts.
5 Use Markdown to format your post (other formatting options are available too, I think)
6 Check the appearance of your post page with jekyll serve
(the static content will be under _site
folder)