Skip to content

patrickarlt/acetate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

045575b · May 30, 2019
Jul 27, 2017
May 13, 2019
May 30, 2019
Jun 14, 2016
Jul 1, 2016
Jun 10, 2016
Feb 1, 2018
Jul 27, 2017
Jun 15, 2016
May 30, 2019
Jun 10, 2016
Jun 21, 2016
Jun 21, 2016
Jun 14, 2016
May 13, 2019
May 30, 2019

Repository files navigation

Acetate

npm travis appveyor david coverage code-climate

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.

Usage

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:

Quickstart

It's also easy to get started with Acetate or integrate Acetate into an existing project:

  1. Install the Acetate CLI: npm install acetate-cli -g
  2. Create a new Node JS project: npm init
  3. Install Acetate in your project npm install acetate --save-dev
  4. Create a folder to hold the source of your site and create an index.md file. mkdir src && echo 'Hello Acetate.' > src/index.md
  5. Start the local server: acetate server --open

Contributing

semistandard

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.

License

MIT