Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakitam-fdd/bisheng-motion-theme
A bisheng theme base on motion
https://github.com/sakitam-fdd/bisheng-motion-theme
antd bisheng less markdown motion react
Last synced: about 1 month ago
JSON representation
A bisheng theme base on motion
- Host: GitHub
- URL: https://github.com/sakitam-fdd/bisheng-motion-theme
- Owner: sakitam-fdd
- License: mit
- Created: 2018-05-27T13:31:06.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2018-07-13T07:28:51.000Z (over 6 years ago)
- Last Synced: 2024-11-15T21:05:30.528Z (2 months ago)
- Topics: antd, bisheng, less, markdown, motion, react
- Language: JavaScript
- Homepage: https://blog.sakitam.com/bisheng-motion-theme
- Size: 1.58 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bisheng-motion-theme [website](http://sakitam-fdd.cn/bisheng-motion-theme/)
a bisheng theme base on motion
# Features
Load Markdown data lazily.
Server-side render for SEO.
Beautiful ui base motion.
Highly customizable content for you.
# Usage## Installation:
```bash
npm i --save bisheng-motion-theme -D
```## Configuration in bisheng.config.js:
{
theme: 'bisheng-motion-theme'
}# Note
In Markdown file this is required
```markdown
---
order: 0
index: true
chinese: API首页
english: index
---
```# Documentation
And any other Documentation you can see [bisheng](https://github.com/benjycui/bisheng)
## screenshot
![index](https://raw.githubusercontent.com/sakitam-fdd/bisheng-motion-theme/dev/screenshot/index.jpg)
![code](https://raw.githubusercontent.com/sakitam-fdd/bisheng-motion-theme/dev/screenshot/code.jpg)
![doc](https://raw.githubusercontent.com/sakitam-fdd/bisheng-motion-theme/dev/screenshot/doc.jpg)