Jekyll Paper is a Jekyll theme, it is designed to helping you to create your own blog by the easiest way. Now, you can learn how to use this blog by this post.

You’ll find this post in your _posts directory. Go ahead and edit it and reload the page to see your changes. You can edit this post on Github or your local repository copy.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.md and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

#include <stdio.h>

int main(int argc, char *argv[]) {
  printf("Hello World!\n");
  return 0;
}

// => prints 'Hello World!' to STDOUT.

Check out the Jekyll Paper docs or Jekyll docs for more info on how to get the most out of Jekyll. If you have questions or suggestions, you can create an issue to asking them on Jekyll Paper Issues or Jekyll Talk.