0.7.1 • Published 21 days ago

@nzdjb/static-site-generator v0.7.1

Weekly downloads
-
License
MIT
Repository
-
Last release
21 days ago

static-website-generator

A website generator. This is intended mostly for my own use, but you're welcome to use it too!

Usage

At present, a directory and two files are needed:

  • The config directory should contain toml files similar to the following:
    [[articles]]
    title = "Article title"
    date = 2023-01-01
    content = "Article content"
    author = "Article author"
    published = true
    • author and published are optional, defaulting to empty string and true, respectively.
    • content supports Markdown.
  • A template file, which should be a Handlebars HTML file.
  • An output file, which will be the location the output is written.

Invocation is done as follows:

static-site-generator --config <path-to-config> --indexTemplate <path-to-template-file> --outFile <path-to-output-file>

This command is highly subject to change!

0.7.1

21 days ago

0.7.0

22 days ago

0.6.5

2 months ago

0.6.4

3 months ago

0.6.3

3 months ago

0.6.2

5 months ago

0.5.10

7 months ago

0.5.11

7 months ago

0.5.8

7 months ago

0.5.7

7 months ago

0.5.4

8 months ago

0.5.3

8 months ago

0.6.1

6 months ago

0.5.1

11 months ago

0.5.0

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago