From 42bf872a6e43c3e90db26efefec92e00dbefeaa5 Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 22 Sep 2024 17:13:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20README.md=20with=20instruc?= =?UTF-8?q?tions=20for=20running=20the=20personal=20website=20locally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a64080e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Personal Website +1. Install [zola](https://www.getzola.org/documentation/getting-started/installation/) +2. zola serve +3. Enjoy 🤩 \ No newline at end of file