Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kejunmao/jekyll-theme-mdui
🍷A Jekyll theme based on MDUI
https://github.com/kejunmao/jekyll-theme-mdui
github-pages jekyll jekyll-theme-mdui jekyll-themes material material-design mdui pwa theme
Last synced: 5 days ago
JSON representation
🍷A Jekyll theme based on MDUI
- Host: GitHub
- URL: https://github.com/kejunmao/jekyll-theme-mdui
- Owner: KeJunMao
- License: mit
- Created: 2017-05-24T03:00:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T20:05:06.000Z (7 months ago)
- Last Synced: 2024-12-15T18:55:20.263Z (7 days ago)
- Topics: github-pages, jekyll, jekyll-theme-mdui, jekyll-themes, material, material-design, mdui, pwa, theme
- Language: HTML
- Homepage: https://stoic-minsky-d7bb8b.netlify.app/
- Size: 3.92 MB
- Stars: 171
- Watchers: 10
- Forks: 72
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![](/jekylltheme.jpg)
# Jekyll Theme MDUI
> Material Design for Jekyll powered by MDUI
> 主题停更,只做兼容性维护。期待 V2 吧!
## Contents
* [General](#general)
* [Demo](#demo)
* [Quick start](#quick-start)
* [Docs](#docs)
* [TODO](#todo)
* [Note](#note)
* [Contributing](#contributing)
* [Development](#development)
* [License](#license)## General
[![Version](https://img.shields.io/badge/version-0.5.4-green.svg?style=flat-square)]()
[![Jekyll](https://img.shields.io/badge/Jekyll-3.5+-green.svg?style=flat-square)](https://jekyllrb.com/)
[![Gem](https://img.shields.io/gem/dt/jekyll-theme-mdui.svg?style=flat-square)](https://rubygems.org/gems/jekyll-theme-mdui/)[![Code Climate](https://img.shields.io/codeclimate/maintainability/KeJunMao/jekyll-theme-mdui.svg?style=flat-square&label=code%20climate)](https://codeclimate.com/github/KeJunMao/jekyll-theme-mdui/)
[![Build Status](https://img.shields.io/travis/KeJunMao/jekyll-theme-mdui.svg?style=flat-square)](https://travis-ci.org/KeJunMao/jekyll-theme-mdui)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)[![Author](https://img.shields.io/badge/author-KeJun-blue.svg?style=flat-square)](https://blog.kejun.me)
## Demo
[KeJun's Blog](https://blog.kejun.me)
## Quick start
[Quick start](http://mdui.kejun.me/#/quickstart)
[快速开始](http://mdui.kejun.me/#/zh-cn/quickstart)
## Docs
[Docs](http://mdui.kejun.me/#/)(!!!Need Help!!!)
[中文文档](http://mdui.kejun.me/#/zh-cn/)
## TODO
- [ ] V2
## Note
File Required or Optional:
|files|Required or Optional|Description|
|--- |--- |--- |
|mainifest.json|Optional |Is the only file that every WebExtension must contain.See [here](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json).|
|sw.js|Optional |Service Workers.See [here](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers).|
|search.json|Optional|If you use the search page, it is required.|
|tags.json|Optional|If you use the tags page, it is required.|
|_data/friends.yml|Optional|If you use the friends page, it is required.|
|_data/sns.yml|Optional|It is footer sns,if you want used, it is required.|
|_data/meng.yml|Optional|It is Meng option,if you want used, it is required.|
|_data/site.yml|Required|It is theme config.|
|_data/lang.yml|Required|It is language config.|
|_data/menus.yml|Required|It is site menus config.|How to use? See Docs.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/KeJunMao/jekyll-theme-mdui. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## Development
To set up your environment to develop this theme, run `bundle install`.
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
When your theme is released, only the files in `_layouts`, `_includes`, and `assets` tracked with Git will be released.
## License
[![license](https://img.shields.io/github/license/KeJunMao/jekyll-theme-mdui.svg?style=flat-square)](https://github.com/KeJunMao/jekyll-theme-mdui/blob/master/LICENSE.txt)
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).