Gin is an opiniated static website generator made in TypeScript, and inspired by Hugo.
- 📝 Extended Markdown features (such as Tables, Task lists, ...)
- 🎨 Syntax highlighting of code blocks using Shiki
- 💄 Support of Twing templates
$ mkdir my-website
$ cd my-website
$ npm init
$ npm install --save-dev linkdd/gin#v0.2.1
$ npx gin init .
This project is released under the terms of the MIT License.