aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-07-28 19:46:20 -0500
committerChristian Cleberg <[email protected]>2024-07-28 19:46:20 -0500
commit5d4a1199b51602f64985982c82de9b7c537583c6 (patch)
tree7ac50f99425c5524c0820360754045b80d1bafcc /README.md
parente86c55dbfad35870e76bd0e69991416f60017512 (diff)
downloadcleberg.net-5d4a1199b51602f64985982c82de9b7c537583c6.tar.gz
cleberg.net-5d4a1199b51602f64985982c82de9b7c537583c6.tar.bz2
cleberg.net-5d4a1199b51602f64985982c82de9b7c537583c6.zip
conversion from Zola to Weblorg
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 90cb44b..0000000
--- a/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# cleberg.net
-
-[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](https://getzola.org).
-
-## Configuration
-
-All configuration options are available within the =config.toml= file. Refer to
-the Zola documentation for further configuration options.
-
-## Building
-
-To get running:
-
-```sh
-git clone https://git.sr.ht/~cyborg/cleberg.net && \
-cd cleberg.net && \
-zola build
-```
-
-## Publishing
-
-Use `zola build` and deploy to whichever deployment target you prefer.
-
-## Tasks
-
-Refer to the [todo page](https://todo.sr.ht/~cyborg/cleberg.net) for open
-tickets or to submit a new ticket.