Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardzcode/dochameleon
Progressive Static Website Generator
https://github.com/richardzcode/dochameleon
blog css cssinjs documentation docusaurus javascript markdown opensource progressive react reactjs website
Last synced: 29 days ago
JSON representation
Progressive Static Website Generator
- Host: GitHub
- URL: https://github.com/richardzcode/dochameleon
- Owner: richardzcode
- License: mit
- Created: 2017-12-25T03:58:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T22:01:11.000Z (over 6 years ago)
- Last Synced: 2024-04-13T22:24:33.031Z (9 months ago)
- Topics: blog, css, cssinjs, documentation, docusaurus, javascript, markdown, opensource, progressive, react, reactjs, website
- Language: JavaScript
- Homepage: https://dochameleon.io/
- Size: 3.62 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dochameleon
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![npm version](https://badge.fury.io/js/dochameleon.svg)](https://badge.fury.io/js/dochameleon)
[![npm downloads](https://img.shields.io/npm/dm/dochameleon.svg)](https://www.npmjs.com/package/dochameleon)
[![GitHub last commit](https://img.shields.io/github/last-commit/richardzcode/Dochameleon.svg)]()A Progressive Static Website Generator, built for Open Source documentation.
Start your website in less than 1 minute.
```bash
> npm install -g dochameleon-init
> dochameleon-init
> cd website
> npm run start
```Or, [install without script](https://dochameleon.io/docs/guide_installation.html#manual-installation)
Progressive Customization
1. [Just write markdown for documentation and blogging](http://dochameleon.io/docs/guide_site_creation.html)
2. [Change color scheme](http://dochameleon.io/docs/guide_color_scheme.html)
3. [Customize styling theme](http://dochameleon.io/docs/guide_theme.html)
4. [Write your own page](http://dochameleon.io/docs/guide_react.html)
5. [Replace core components](http://dochameleon.io/docs/guide_core.html)Check [Dochameleon Site](http://dochameleon.io/) for its own documentation.