microjam icon indicating copy to clipboard operation
microjam copied to clipboard

A minimalistic Jamstack approach for creating GitHub-Pages hosted sites.

Results 6 microjam issues
Sort by recently updated
recently updated
newest added

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 11.0.0 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @​MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...

dependencies

there have been some issues with the initial template.js. By the way these arise when going through the "A New Project"-Guide of the microJam pages. 1.) Creating a Markdown-File with...

@ https://goessner.github.io/microjam/usage.html#templates the last link(microgram-g2) on the picture leads to microjam-docs instead of microgram-g2...

The performance boost shouldn't be to big on normal projects like - https://goessner.github.io/microjam/ - https://goessner.github.io/g2/ - https://goessner.github.io/Mechanismentechnik/ and I do think it is confusing to add file endings to directories....

enhancement

Given the following folder structure: ``` ├── package.json └── docs ├ DirectoryA │ ├ FileA.md │ └ FileA.html ├ theme │ ├ template.js │ └ style.css ├ index.md ├ index.html...