aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index e9a68bc..0000000
--- a/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# cleberg.net
-
-[cleberg.net](https://cleberg.net) is my personal webpage.
-
-## Overview
-
-This website & blog uses Markdown and [Zola](https://www.getzola.org/).
-
-## Building
-
-Local testing:
-
-```sh
-zola serve
-```
-
-Building:
-
-```sh
-zola build
-```
-
-If you want to build locally and push remotely, you can include `zola build`
-in your CI\CD pipeline, or simply use `scp` after building.
-
-```sh
-scp -r public/* user@remote_host:/var/www/your_website/
-```