/ml-diary

Primary LanguageCSS

Diary Theme for Jekyll

中文说明

A simple but beautiful theme for Jekyll blogs.

Screenshot

Features

  • Calendar — You can easily find your diary of specific date.
  • Responsive Design — Diary adapts to fit computer and phone screen size.

DEMO

Installation

If you're starting a new blog, you want to clone-and-go. Just git clone https://github.com/soyaine/jekyll-theme-diary.git, make any changes you want to the template, pages or _config.yml and start blogging with Jekyll.

Config

You can change the _config.yml file:

name: YourName(will display in the footer)
 
# Social links showed in the footer
# You just need modify the nickname of github and twitter
# You should only change the info after colon here
link:
  email : yourname@gmail.com
  github : yourname
  twitter : yourname
  jianshu: http://www.jianshu.com/users/yourname

# Links in the navigation, you can modify both link name and link url here
nav:
   Home: http://yoursite.cn
   Diary: http://yoursite.cn/diary/
   ANYTHING: any url

Demo

You can see a demo of Diary right here on GitHub Pages.

You can also see my website of Diary.

Issue

Welcome suggestion in issues.

License

MIT