mendoza icon indicating copy to clipboard operation
mendoza copied to clipboard

A Static Site Generator

Results 7 mendoza issues
Sort by recently updated
recently updated
newest added

Hello, How does one create a new macro? For example I'd like an @codeinline tag that wraps a string in `` tags (similar to @codeblock but without the `` tag)....

The docs on markup in mendoza seem to mix what I'd need as user (markup) with what I'd need as a developer writing new macros for mendoza. As a user,...

Looking at the [Janet docs for the string module](https://janet-lang.org/api/string.html): The function names at the top are bunched together making them difficult to read (see screenshot). Could these be listed vertically,...

When I first opened up the docs for Janet, I thought, "weird, where's the nav menu?" After some searching around I discovered it (Ah! The triple-decker icon button opens it!)....

Currently `mdz watch` does not allow passing in a custom directory to trigger a rebuild on. This makes the `watch` subcommand much less useful in, for example, the [spork](https://github.com/janet-lang/spork) project,...