Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Progressive Static Website Generator

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.