README.md in jekyll-theme-mdui-0.1.0 vs README.md in jekyll-theme-mdui-0.2.0
- old
+ new
@@ -2,10 +2,18 @@
A Jekyll theme based on mdui
[demo](https://blog.kejun.space)
+[![Version](https://img.shields.io/badge/version-0.1.0-green.svg?style=flat-square)]()
+[![Jekyll](https://img.shields.io/badge/Jekyll-3.4+-green.svg?style=flat-square)](https://jekyllrb.com/)
+
+[![Build Status](https://img.shields.io/travis/KeJunMao/jekyll-theme-mdui.svg?style=flat-square)](https://travis-ci.org/KeJunMao/jekyll-theme-mdui)
+[![Gem](https://img.shields.io/gem/dt/jekyll-theme-mdui.svg?style=flat-square)](https://rubygems.org/gems/jekyll-theme-mdui/)
+
+[![Author](https://img.shields.io/badge/author-KeJun-blue.svg?style=flat-square)](https://blog.kejun.space)
+
## Installation
We have two ways to install themes.
### First ways
@@ -86,10 +94,16 @@
```yml
- name: SEARCH # name
url: /pages/menus/search.html # path
icon: search # icon from https://www.mdui.org/docs/material_icon
```
+Default does not display the editor.If you want the editor to appear in the menu:
+```yml
+- name: Editor # name
+ url: /pages/editor.html # path
+ icon: edit # icon from https://www.mdui.org/docs/material_icon
+```
* sns.yml
```yml
- name: bilibili # name,supported:bilibili,facebook,github,gplus,instagram,linkedin,telegram,tumblr,twitter,weibo,zhihu
url: # url , if it is empty, it is not enabled
```
@@ -188,9 +202,10 @@
* tags.json
* sw.js
* search.json
* feed.xml
+* mainifest.json
* _data/friends.yml
* _data/menus.yml
* _data/sns.yml
How to use? See Usage.