my-static

2.0.0 • Public • Published

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

/my-static/

    Package Sidebar

    Install

    npm i my-static

    Weekly Downloads

    9

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    72.3 kB

    Total Files

    15

    Last publish

    Collaborators

    • uhyo