Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreypopp/sitegen

Generate websites by composing React components
https://github.com/andreypopp/sitegen

Last synced: 2 months ago
JSON representation

Generate websites by composing React components

Awesome Lists containing this project

README

        

# Sitegen

[![Join the chat at https://gitter.im/andreypopp/sitegen](https://img.shields.io/badge/gitter-join%20chat-green.svg)](https://gitter.im/andreypopp/sitegen)
[![Travis build status](https://img.shields.io/travis/andreypopp/sitegen/master.svg)](https://travis-ci.org/andreypopp/sitegen)
[![Type System](https://img.shields.io/badge/typesystem-flowtype-green.svg)](http://flowtype.org/)

Sitegen is a static site generator based on [Webpack][] and [React][].

Sitegen's motivation is to provide a framework for content based sites with
**simple API** to take the advantage of React **component model** and rich
Webpack ecosystem.

The usage scenarious for Sitegen are **static sites**, **blogs**, **project
documentation**, presentation **slide decks**, live **styleguides** and other
similar content based sites.

More info at [Sitegen homepage](https://andreypopp.github.io/sitegen).

[React]: https://reactjs.org
[Webpack]: https://webpack.github.io