Acetate is a page generating framework for static websites. It is built to be easy to integrate into existing build processes and tools, easy to extend, and developer friendly.
Acetate is generally intended to be used with a build system like Grunt, Gulp, or NPM scripts. There are several sample repositories showing how to do this:
It's also easy to get started with Acetate or integrate Acetate into an existing project:
npm install acetate-cli -g
npm init
npm install acetate --save-dev
index.md
file. mkdir src && echo 'Hello Acetate.' > src/index.md
acetate server --open
Please run npm test
locally before you submit a PR. This will run the tests and check for semistandard style and lint with the ESLint recommended rules.
More details in the contributing guide.