1.4.0 • Published 3 years ago

mvw-creator v1.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

MVW Creator

Build State NPM version

It's like a poor man's Hugo, Jekyll or Gatsby.

Or in more words, a static site creator running on nodejs, using:

  • Pug as template engine,
  • TypeScript for Scripts
  • SCSS for the style

For a sample implementation have a look here: mvw-website

CLI

  • mvwc-lint: pug lint
  • mvwc: generator

Configuration

Supporting several global site configs in this priority:

  • .mvwc-config
  • .mvwc-config.js
  • .mvwc-config.json
  • mvwc node in package.json

Sample configuration:

    {
      "environment": "prod",
      "environments": {
        "base": {
          "siteTitle": "Musikverein Wollbach 1866 e.V."
        },
        "prod": {
          "key": "prod",
          "baseUrl": "https://www.mv-wollbach.de/",
          "isRelease": true
        },
        "dev": {
          "key": "dev",
          "baseUrl": "http://localhost/"
        }
      },
      "destinationPath": "./build/",
      "navigationPath": "./partials/",
      "ampPath": "./partials/pages/Blog/*.pug",
      "pugLintPath": "./partials/**/*.pug",
      "pugPath": "./partials/pages/**/*.pug",
      "searchIndex": {
        "bodySelector": "main"
      },
      "structure": [
        {
          "reference": "index",
          "navigation": "none",
          "title": "Willkommen beim Musikverein Wollbach"
        },
        {
          "title": "Aktuelles",
          "children": [
            {
              "reference": "termine",
              "title": "Termine"
            },
            {
              "reference": "rueckblick",
              "title": "Rückblick"
            },
            {
              "reference": "berichte",
              "title": "Berichte"
            }
          ]
        }
      ]
    }
1.4.0

3 years ago

1.3.13

4 years ago

1.3.12

4 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago