[go: up one dir, main page]

Skip to content

linkdd/gin

Repository files navigation

Introduction

Gin is an opiniated static website generator made in TypeScript, and inspired by Hugo.

Features

  • 📝 Extended Markdown features (such as Tables, Task lists, ...)
  • 🎨 Syntax highlighting of code blocks using Shiki
  • 💄 Support of Twing templates

Getting Started

$ mkdir my-website
$ cd my-website
$ npm init
$ npm install --save-dev linkdd/gin#v0.2.1
$ npx gin init .

License

This project is released under the terms of the MIT License.