Homepage
Today I'll work on setting up the homepage and the user public page. This will replace my diary and should be the last thing I do before I make this thing public.
I made a simple public page. I display developers, projects and entries. It's just black and white, but I think it looks nice and is more than enough for now.
I'll have to add username along with name to users, to make the urls have sense. Maybe I'll keep the name as username, and add a displayname that will be the users' real name or whatever they choose.
I'm thinking about the url design, and I've come up with this:
users: devjourney.io/u/kova98 projects: devjourney.io/u/kova98/devjourney entries: devjourney.io/u/kova98/devjourney/2025-05-19
I've created an endpoint for the user page, but no time left to implement the UI.
A very fun and productive session. Can't wait to get back to the UI.