[#1] Blog metadata can be stored using serde.

Created the initial blog data, posts and authors, and allows it to
be stored using serde.
This commit is contained in:
2025-08-22 10:46:38 -04:00
parent 35772ba1c6
commit 9dd87d0e42
10 changed files with 339 additions and 22 deletions

View File

@ -1,8 +1,7 @@
# tavern
A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus.
# Tavern
A blogging system that will allow you to write your blog in Markdown and then
display it in HTML using Dioxus.
---