An open API service indexing awesome lists of open source software.

https://github.com/linkdd/gin

Opinionated static website generator
https://github.com/linkdd/gin

static-site-generator

Last synced: about 1 year ago
JSON representation

Opinionated static website generator

Awesome Lists containing this project

README

          

# Introduction

**Gin** is an opiniated static website generator made in TypeScript, and
inspired by [Hugo](https://gohugo.io).

## Features

- :memo: Extended Markdown features (such as Tables, Task lists, ...)
- :art: Syntax highlighting of code blocks using Shiki
- :lipstick: Support of Twing templates

# Getting Started

```console
$ 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](./LICENSE.txt).