v79 / Cantilever

Creating a cloud-first static website generator using AWS servers such as S3 and Lambda. Transforms markdown files into HTML.
2 stars 0 forks source link

Switch out Flowbite UI for another framework such as Skeleton or Carbon #74

Closed v79 closed 8 months ago

v79 commented 9 months ago

I've created a test project using Skeleton. I think it will work for me, though some of it is quite different from Flowbite.

Steps will be:

This will be a good opportunity to restructure the project based on what I've learned about SvelteKit so far.

v79 commented 9 months ago

Making good progress and using this as an opportunity to rewrite code based on all that I have learned. Good progress, but slow. Can fetch and list the posts in the project.

v79 commented 9 months ago

I looked at sveltekit's advanced routing to create different sub layouts - one layout for editors (pages/posts/templates) and one for other routes like project config and image gallery, but it was a lot of work for not a lot of gain.

v79 commented 9 months ago

Having implemented all the core functionality for pages and posts, and basic functionality for templates, I am deploying to production. Then I will bump version numbers and progress with other features.

v79 commented 8 months ago

I think I have done enough to close this branch down. The remaining things on the list were never part of the previous version, so I'm ahead of where I was.