A simple two-column jekyll theme delicated to wrting.
- pagination
- comments
- google analytics
- create a repository named "username.github.io"
- fork this reporsity to repo in step1, you should see the blog at 'http://username.github.io'
- configure more below
Similar process with detailed page with gif can be seen here
In _config.yml
file
title: Xian # your title
author: Xian # your name
description: Just have some fun here # your description
avatar: /images/avatar.png # change avatar
You can uncomment to set disqus and google analytics.
# Comments
# disqus:
# shortname: xxxx-xxxxx-xxx # your disqus shortname
# Google Analytics
# google_analytics: xx-xxxxxxxx-1 # your google analytics
If you want to do any customization, take a look at the code, I've tried to make it as simple as possible.
Now you're all set, write articles and add to _posts folder, remember to name it as 'yyyy-mm-dd-your-article-title.md' and always add these lines to the begining your blog file.
---
layout: post
---