diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c32cda2 --- /dev/null +++ b/README.md @@ -0,0 +1,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 + ``` + |
