Small static site generator toolkit
Jikji is a small toolkit for building static site generators on Deno. It provides various building blocks, including parallel generation, partial generation, flexible permalinks, and content negotiation. With Jikji, users can easily create their own static site generators.
Jikji is a versatile toolkit for building static site generators on Deno. It offers features like parallel generation, partial generation, flexible permalinks, and content negotiation. By providing support for popular technologies like markdown, EJS/ETS templates, and SCSS stylesheets, Jikji empowers users to create dynamic and customizable static sites.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.