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
- Host: GitHub
- URL: https://github.com/linkdd/gin
- Owner: linkdd
- License: mit
- Created: 2024-01-01T03:21:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T21:16:01.000Z (over 2 years ago)
- Last Synced: 2025-02-14T17:57:48.544Z (about 1 year ago)
- Topics: static-site-generator
- Language: TypeScript
- Homepage: https://linkdd.github.io/gin/
- Size: 244 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).