aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-03-04 22:34:28 -0600
committerChristian Cleberg <hello@cleberg.net>2024-03-04 22:34:28 -0600
commit797a1404213173791a5f4126a77ad383ceb00064 (patch)
treefcbb56dc023c1e490df70478e696041c566e58b4 /README.md
parent3db79e7bb6a34ee94935c22d7f0e18cf227c7813 (diff)
downloadcleberg.net-797a1404213173791a5f4126a77ad383ceb00064.tar.gz
cleberg.net-797a1404213173791a5f4126a77ad383ceb00064.tar.bz2
cleberg.net-797a1404213173791a5f4126a77ad383ceb00064.zip
initial migration to test org-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/
-```