Home

Awesome

Equiprose

Build Status Coverage Status npm version Downloads

Equiprose is a static website and blog generator built with Node.js.

Features

Install

Node 0.10.0 or greater:

$ [sudo] npm install -g equiprose

Or:

Clone the master branch, add the bin/ folder to your $PATH, run make install in the project root directory to install dependencies.

Documentation

Documentation is on the wiki, but below is a sample so you can see how simple it is to use.

Commands

NB: path always refers to a directory containing a config.yml file. If no path is provided, the command targets the current directory.

Build your first website

$ equiprose create ~/Desktop/test

$ equiprose serve ~/Desktop/test

Browse to http://localhost:8888. That's it. (By the way, pull requests about the new templates are welcomed too).

Development

Clone the sources and run $ make dev to install all dependencies.

$ make test: runs the tests.

$ make test-cov: runs the coverage.

Changelog

1.1.0 (31/03/2014)

1.0.4 (16/02/2014)

1.0.2 (09/02/2014)

1.0.1 (01/01/2013)

1.0.0 (03/12/2013)

Roadmap

Refer to the GitHub issues.

License

Copyright (C) 2013-2014 by Thibault Charbonnier.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.