mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
chore: format readme
This commit is contained in:
parent
7447b7beda
commit
97232d23dc
1 changed files with 6 additions and 4 deletions
10
README.md
10
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
|
||||
|
|
Loading…
Reference in a new issue