A simple but beautiful Jekyll theme for diary blog. Read my story about it here.
- Calendar Light up the days you write diary in the calendar.
- Responsive Design
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.
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
# 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
Set your own color pattern. All the colors about themes is defined in _sass/predefine.scss
, change to any color you like:
Like it? Tell me!
Welcome any question in issues.
- Lorem articles in demo are generated by Lorem Markdownum
- Icon: Font Awesome
- Typesetting for Chinese: typo.css (You can remove it if you don't need.)
MIT