Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreypopp/sitegen
- Owner: andreypopp
- Created: 2015-09-15T22:29:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T19:41:18.000Z (over 8 years ago)
- Last Synced: 2024-10-24T12:07:25.817Z (3 months ago)
- Language: JavaScript
- Homepage: http://andreypopp.github.io/sitegen/
- Size: 989 KB
- Stars: 118
- Watchers: 7
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-components-all - sitegen - Generate websites by composing React components. (Uncategorized / Uncategorized)
- awesome-list - sitegen - Generate websites by composing React components. (Miscellaneous / Static Website Generator)
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