Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thonatos/antpress
Minimalistic React-powered static site generator.
https://github.com/thonatos/antpress
antd docs-generator react site-generator ssr
Last synced: 3 months ago
JSON representation
Minimalistic React-powered static site generator.
- Host: GitHub
- URL: https://github.com/thonatos/antpress
- Owner: thonatos
- License: mit
- Created: 2018-08-15T04:56:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T12:21:11.000Z (over 6 years ago)
- Last Synced: 2024-10-05T01:51:33.932Z (3 months ago)
- Topics: antd, docs-generator, react, site-generator, ssr
- Language: JavaScript
- Size: 233 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Antpress · [![GitHub license][license-square]][license-url]
Minimalistic React-powered static site generator.
[![NPM version][npm-image]][npm-url]
[npm-image]: https://img.shields.io/npm/v/antpress.svg?style=flat-square
[npm-url]: https://npmjs.org/package/antpress[license-square]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license-url]: https://github.com/thonatos/antpress/blob/master/LICENSE## Demo
- [https://antpress.eggjs.app/](https://antpress.eggjs.app/)
## Usage
- install
```bash
npm install antpress
```- build
```bash
npx antpress build
npx antpress render
```- example
```bash
# download example
git clone https://github.com/thonatos/antpress-egg
cd antpress-egg# install antpress
yarn add antpress# build template
npx antpress build# render docs
npx antpress render
```## TODO
- [ ] theme
- [ ] layout## License
[MIT](LICENSE)