2.0.0 • Published 6 years ago
my-static v2.0.0
my-static
My static website generator for me.
Installation
$ npm install -g my-staticUsage
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:
$ mystmyst.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