From 97232d23dc0e4304a8b3f4b34b12951b8f1f28f0 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 28 Jun 2024 17:36:00 -0700 Subject: [PATCH] chore: format readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53e74b0..9340123 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ pnpm preview ## Adding posts -This site contains custom SSG blog generation functionality that I built myself. It converts Markdown -into static HTML pages served under `/blog`. I decided to replace it with a fully standalone blog -created with an actual static site generator to avoid NIH syndrome and decrease maintenance time. +This site contains custom SSG blog generation functionality that I built myself. It converts +Markdown into static HTML pages served under `/blog`. I decided to replace it with a fully +standalone blog created with an actual static site generator to avoid NIH syndrome and decrease +maintenance time. -It may still serve as a useful reference for how to build a static blog in SvelteKit, for anyone interested. +It may still serve as a useful reference for how to build a static blog in SvelteKit, for anyone +interested. To add posts, create a directory in `/blog`. The top level subdirectories should be the year, but there's no hard rules on what the rest of the subdirectories will be. The blog will build itself