All Projects → KrisYu → Xian

KrisYu / Xian

a simple two-column jekyll theme delicated to wrting.

Labels

Xian

A simple two-column jekyll theme delicated to wrting.

Preview

Desktop

Mobile

Features

  1. pagination
  2. comments
  3. google analytics

Install

  1. create a repository named "username.github.io"
  2. fork this reporsity to repo in step1, you should see the blog at 'http://username.github.io'
  3. configure more below

Similar process with detailed page with gif can be seen here

Configure

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.

Writing Blogs

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 
---

Thanks

Farbtle from YCF, I steal a lot from him.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].