aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-07-08 19:17:51 -0500
committerChristian Cleberg <[email protected]>2024-07-08 19:17:51 -0500
commita7a80d2e004bd5b5ef2ba316e2868efc0e67ea27 (patch)
tree49cda3f479b5cfe0286494e33fcfcc331bccf57c
parentb2edd700088967700461aec319db6b13aaf40dcd (diff)
downloadcleberg.net-a7a80d2e004bd5b5ef2ba316e2868efc0e67ea27.tar.gz
cleberg.net-a7a80d2e004bd5b5ef2ba316e2868efc0e67ea27.tar.bz2
cleberg.net-a7a80d2e004bd5b5ef2ba316e2868efc0e67ea27.zip
convert README back to markdown
-rw-r--r--README.md (renamed from README)17
1 files changed, 8 insertions, 9 deletions
diff --git a/README b/README.md
index f3988ab..04d6df3 100644
--- a/README
+++ b/README.md
@@ -1,11 +1,11 @@
* cleberg.net
-cleberg.net is my personal webpage and blog.
+[cleberg.net](https://cleberg.net) is my personal webpage and blog.
** Overview
-This website & blog uses Markdown for content, HTML for templates, built and
-published with Zola.
+This website & blog uses Markdown for content, HTML for templates, built and
+published with [Zola](https://getzola.org).
** Configuration
@@ -16,18 +16,17 @@ the Zola documentation for further configuration options.
To get running:
-#+begin_src sh
+```sh
git clone https://git.sr.ht/~cyborg/cleberg.net && \
cd cleberg.net && \
zola build
-#+end_src
+```
** Publishing
-Use =zola build= and deploy to whichever deployment target you prefer.
+Use `zola build` and deploy to whichever deployment target you prefer.
** Tasks
-Refer to the todo page [1] for open tickets or to submit a new ticket.
-
-[1]: https://todo.sr.ht/~cyborg/cleberg.net
+Refer to the [todo page](https://todo.sr.ht/~cyborg/cleberg.net) for open
+tickets or to submit a new ticket.