This is basically a website that I post blog posts, project updates (thats why it’s called The Lab, and a place where you could contact me (via Giscus embedded in the website)
Copilot code completion
This is basically a website that I post blog posts, project updates (thats why it’s called The Lab, and a place where you could contact me (via Giscus embedded in the website)
Copilot code completion
Implemented a live Markdown editor for the admin page, it supports adding media via drag and drop (which caches them and uploads them to Cloudflare R2 via AWS S3 API when the post is published. When the post is published, it gets pushed to GitHub automatically.
Log in to leave a comment
Added the basic frontend of the admin panel, it rendered markdown automatically as you type (and renders using the same format as the actual pages). It is protected using Cloudflare Access, maybe I will also protect it using an authentication system that I implement myself later, I trust Cloudflare for now
Log in to leave a comment