summaryrefslogtreecommitdiff
path: root/README.md
blob: c32cda2550ac518db1ef65158cc65e37b8b1b632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Kite

**Kite** is a *blazingly fast* static site generator written in Go. It supports
multiple themes, boasts near-perfect Lighthouse Scores (99 on Desktop, 94 on
Mobile)

## Usage

Place your markdown content in the `content/` directory, the output will be in the `output/` directory
```txt
.
├── content
│   └── blog
│       └── test.md
└── output
    └── blog
        └── test.html
 ```

 Run the following command:
 ```bash
 kite
 ```