diff options
| author | Christian Cleberg <[email protected]> | 2024-07-08 21:07:10 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-07-08 21:07:10 -0500 |
| commit | b52454ea0bde28ef23bbb86363a12125d87c0366 (patch) | |
| tree | f30878f2c036905160fad75fb6e5a6bac3f12e0a /README.md | |
| parent | 415df61fd7b1f6b3d10a4a81cc4ece777a8a2c8f (diff) | |
| download | cleberg.net-b52454ea0bde28ef23bbb86363a12125d87c0366.tar.gz cleberg.net-b52454ea0bde28ef23bbb86363a12125d87c0366.tar.bz2 cleberg.net-b52454ea0bde28ef23bbb86363a12125d87c0366.zip | |
fix README headings
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |
