summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index f125089..2fd4384 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,25 @@
# Copenhagen Rust Community website
-Static site built with Zola.
+Static site built with [Zola][].
## Updating an event
-The `events.toml` file stores all the events. Edit the file in a pull request (using the GitHub web editor is fine). Once merged, the site will automatically deploy a new version.
+The `events.toml` file stores all the events. Edit the file in a pull request
+(using the GitHub web editor is fine). Once merged, the site will automatically
+deploy a new version.
## Local development
1. Clone the repository.
-1. [Install](https://www.getzola.org/documentation/getting-started/installation/) Zola.
+2. [Install][] Zola.
-1. Run the site in preview mode:
+3. Run the site in preview mode:
zola serve
-Note: The `events.toml` file is only loaded on startup and changes to it will not trigger live reload. \ No newline at end of file
+Note: The `events.toml` file is only loaded on startup and changes to it will
+not trigger live reload.
+
+[Zola]: https://www.getzola.org/documentation/getting-started/overview/
+[Install]: https://www.getzola.org/documentation/getting-started/installation/ \ No newline at end of file