1.0.8 • Published 9 months ago

@chrisbrocklesby/static-build v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Static Build

A static site generator using liquid templates.

Engine: https://liquidjs.com/

Templating Language: https://shopify.github.io/liquid/

Global Install

npm install @chrisbrocklesby/static-build -g

Local Install

npm install @chrisbrocklesby/static-build --save-dev

Usage

Preqrequisites

A views folder with a layout file and a folder for each page. Default ./views and within that folder liquid files for the layout and pages.

Run

If install globally

static-build --input ./views --output ./build --watch

If installed locally

node_modules/.bin/static-build --input ./views --output ./build --watch

or add to package.json

"scripts": {
    "build": "static-build --input ./views --output ./build --watch"
}
1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago