From 439c46b5cd921197f7fd2ec956be5704b4f23d83 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Mon, 16 Sep 2024 12:13:15 -0500 Subject: [PATCH] edit(blog): add excerpt --- docs/posts/hello-world.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/posts/hello-world.md b/docs/posts/hello-world.md index 68fb282..eeb29f3 100644 --- a/docs/posts/hello-world.md +++ b/docs/posts/hello-world.md @@ -8,16 +8,12 @@ categories: slug: hello-world --- -# Hello, World! Building Dot Wiki +# Hello, World! + +Building a knowledge base and maintaining a blog has always been something I've always wanted to do. So after an extended period of on and off development, I'm now proud to say that my personal wiki is now public. The following is a quick overview of the stack used in creationg of this website. -/// announce | It's Alive! - -Keeping a knowledge base and maintaining a blog has been something I've always wanted to do. So after an extended period of on and off development, I'm now proud to say that my personal wiki is now public. - -/// - ## Markdown :octicons-markdown-16: [Markdown](https://en.wikipedia.org/wiki/Markdown) is the de-facto markup language. The standard is open, simple, and widely supported. Files written in Markdown are human-readable without a WYSIWYG editor. So I see no particular reasons to use anything else.