summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 16311df..595713c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Kite — Minimal Go Static Site Generator
+# Kite
Kite is a lightweight (2.8MB) static site generator written in Go.
@@ -10,8 +10,6 @@ Kite is a lightweight (2.8MB) static site generator written in Go.
- Fast builds with Go
- Clean output structure
-
-
## Usage
1. Clone the repository
@@ -35,7 +33,14 @@ Or use the compiled binary:
./kite-release
```
----
+Modify the `config.yaml` file with your info, it'll be used to generate the home page
+```yaml
+siteTitle: <enter your site's title>
+authorName: <enter your name>
+authorRole: <enter your role>
+authorBio: <enter your bio>
+```
+
To write new posts
- Add Markdown files inside the `content/` directory.
@@ -47,8 +52,6 @@ Example:
content/test.md → output/test/index.html
```
----
-
## Inbuilt Themes
Themes are located in the `themes/` directory.