Files
CMSvelte/OBJECTIVES
T

25 lines
546 B
Plaintext
Raw Normal View History

2026-05-07 02:47:58 -07:00
objectives
2026-05-07 14:51:45 -07:00
svelte + sveltekit
2026-05-07 02:47:58 -07:00
/ - main blog page
/admin - admin console
will use passkeys for authentication (SimpleWebAuthn)
/post/post-name - retrieves a specific post (permalink)
2026-05-07 14:51:45 -07:00
api - go + gin
2026-05-07 02:47:58 -07:00
fetch - fetch a post or posts
can specify specific post, last n, or n through main
update - update a post
delete - delete a post
create - create a post
register - registers a new user (passkey)
login - logs in using passkey
2026-05-07 14:51:45 -07:00
mariadb
2026-05-07 02:47:58 -07:00
post data structure
body - in BBcode? or HTML? probably just html for now
author
date
name
shortname
2026-05-07 14:58:55 -07:00
permalincd ..