2.0.0 • Published 5 years ago

my-static v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

my-static

My static website generator for me.

Installation

$ npm install -g my-static

Usage

Prepare your project including template files, data files, and myst.json.

Sample project: https://github.com/uhyo/myst-doc

Then run at the project directory:

$ myst

myst.json

Minimal myst.json has following fields. For paths, relative and absolute paths are accepted. Relative paths are treated as being relative to myst.json.

{
    "outDir": "./out",      // output directory (required)
    "rootDir": "./src",     // directory that contains template files.
    "data": "./data",       // directory that contains data files.
    "dependency": ["./templates"]      // dependencies other than src and data.
}

For more information, see myst-doc.

License

MIT