This commit is contained in:
2026-05-07 14:51:45 -07:00
parent 75bb6de217
commit 30afdc9704
4 changed files with 129 additions and 1 deletions
+3 -1
View File
@@ -1,11 +1,12 @@
objectives
svelte + sveltekit
/ - main blog page
/admin - admin console
will use passkeys for authentication (SimpleWebAuthn)
/post/post-name - retrieves a specific post (permalink)
api
api - go + gin
fetch - fetch a post or posts
can specify specific post, last n, or n through main
update - update a post
@@ -14,6 +15,7 @@ create - create a post
register - registers a new user (passkey)
login - logs in using passkey
mariadb
post data structure
body - in BBcode? or HTML? probably just html for now
author