0.8.4 • Published 8 months ago
@nzdjb/static-site-generator v0.8.4
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.8.4
8 months ago
0.8.3
9 months ago
0.8.2
10 months ago
0.8.1
10 months ago
0.7.11
10 months ago
0.7.10
10 months ago
0.7.9
11 months ago
0.7.12
10 months ago
0.7.6
12 months ago
0.7.5
1 year ago
0.7.8
11 months ago
0.7.7
12 months ago
0.7.2
1 year ago
0.8.0
10 months ago
0.7.4
1 year ago
0.7.3
1 year ago
0.7.1
1 year ago
0.7.0
1 year ago
0.6.5
1 year ago
0.6.4
1 year ago
0.6.3
1 year ago
0.6.2
2 years ago
0.5.10
2 years ago
0.5.11
2 years ago
0.5.8
2 years ago
0.5.7
2 years ago
0.5.4
2 years ago
0.5.3
2 years ago
0.6.1
2 years ago
0.5.1
2 years ago
0.5.0
2 years ago
0.4.2
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.0
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago