From e256f2d1c39ffe22f81eacfba79f607109c0fd9f Mon Sep 17 00:00:00 2001 From: Mitch Burton Date: Sun, 21 Jan 2024 14:11:31 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9916bf9..cab76e9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A simple, markdown-based website. This is a place for me to test out a very simple method of deploying a static HTML site with pages written in markdown. Think like Jekyll or Hugo but much "dumber". +The demo site can be found [here][demo site] and is completely unstyled and has no javascript. + For my actual website source see [this repo][1]. ## How it works @@ -41,3 +43,4 @@ Things I may or may not do: [1]: https://github.com/Perfect5th/perfect5th.github.io "Perfect5th's Personal Site Repo" [2]: https://daringfireball.net/projects/markdown/ "Daring Fireball Markdown Project Page" + [demo site]: https://mitchellburton.ca/simple-site "Demo Site"