cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

b52454ea0bde28ef23bbb86363a12125d87c0366

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-07-09T02:07:10Z

fix README headings
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 04d6df3..90cb44b 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
-* cleberg.net
+# cleberg.net
 
 [cleberg.net](https://cleberg.net) is my personal webpage and blog.
 
-** Overview
+## Overview
 
 This website & blog uses Markdown for content, HTML for templates, built and
 published with [Zola](https://getzola.org).
 
-** Configuration
+## Configuration
 
 All configuration options are available within the =config.toml= file. Refer to
 the Zola documentation for further configuration options.
 
-** Building
+## Building
 
 To get running:
 
@@ -22,11 +22,11 @@ cd cleberg.net && \
 zola build
 ```
 
-** Publishing
+## Publishing
 
 Use `zola build` and deploy to whichever deployment target you prefer.
 
-** Tasks
+## Tasks
 
 Refer to the [todo page](https://todo.sr.ht/~cyborg/cleberg.net) for open
 tickets or to submit a new ticket.