wobsite
A simple static site generator, written in Inko.
Types
| Errors | A collection of errors produced while building the website, along with the means of easily formatting them. | |
| Files | A type that tracks the source and output directories, along with all the source files. | |
| FrontMatter | A type storing the parsed front matter of a document. | |
| FrontMatterError | An error that may be produced when parsing JSON front matter. | |
| Page | A page backed by a Markdown document. | |
| PageError | An error that may be produced when parsing a Markdown document. | |
| Site | A type that represents a website to build. | |
| Status | The result of a background job. | |
| UpdateAssetLinks | A type that updates an HTML document such that asset links (e.g. CSS files) contain a hash, ensuring that updates bust browser caches. |