https://github.com/soyaine/jekyll-theme-diary
Jekyll theme: DIARY
https://github.com/soyaine/jekyll-theme-diary
jekyll jekyll-themes
Last synced: 3 months ago
JSON representation
Jekyll theme: DIARY
- Host: GitHub
- URL: https://github.com/soyaine/jekyll-theme-diary
- Owner: soyaine
- License: mit
- Created: 2017-05-15T13:42:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T03:19:19.000Z (over 2 years ago)
- Last Synced: 2025-03-18T00:38:17.699Z (3 months ago)
- Topics: jekyll, jekyll-themes
- Language: SCSS
- Homepage: https://soyaine.github.io/jekyll-theme-diary/
- Size: 1.42 MB
- Stars: 33
- Watchers: 2
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Theme Diary for Jekyll
======================A simple but beautiful [Jekyll](http://jekyllrb.com/) theme for diary blog. Read my story about it [here](https://soyaine.github.io/jekyll-theme-diary/2019/08/05/about).
[Live demo.](https://soyaine.github.io/jekyll-theme-diary/)

Features
-------* **Calendar** Light up the days you write diary in the calendar.
* **Responsive Design**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.
Make it yours
--------------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 : [email protected]
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:
Issue
-------
Like it? [Tell me!](mailto:[email protected])Welcome any question in [issues](https://github.com/soyaine/jekyll-theme-diary/issues/new).
Acknowladgment
-------
- Lorem articles in demo are generated by [Lorem Markdownum](https://jaspervdj.be/lorem-markdownum/)
- Icon: [Font Awesome](https://github.com/FortAwesome/Font-Awesome)
- Typesetting for Chinese: [typo.css](https://github.com/sofish/typo.css) (You can remove it if you don't need.)License
---------
MIT