GithubHelp home page GithubHelp logo

noahmulfinger / acetate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patrickarlt/acetate

0.0 2.0 0.0 891 KB

A flexible, fast and easy to extend static site generator for Node

Home Page: http://acetate.io

License: ISC License

JavaScript 98.29% HTML 1.71%

acetate's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.