nibblz.xyz
- 8 Devlogs
- 7 Total hours
my snazzy personal site!
my snazzy personal site!
⭐ AVD marked your project as a Super Star! As a prize for your great work, look out for a bonus prize in the mail :)
spent a… while… getting the backend set up on nest.. but now everything is up and running on the domain, and i can easily add new posts via sftp!!!
also did some other final things improving the markdown rendering, including line breaks, more heading levels, link underlines, images… etc…!! (which also meant the backend now serves images from a /assets url !!)
but with that… im done!!! :D
some tiny tiny little finishing touches!
now.. everything should be good to ship, just gotta deploy the backend on nest! (and i promise ill make cooler stuff later… just getting warmed up… :P)
finishing(?) touches to the my thoughts section!
the frontend part of the my thoughts section is now hooked up to the backend! posts are loaded from metadata sent from the server, and the post contents are now also from what is on the server!
also did some other minor things like
still have a few more things to do with this feature like allowing there to be actual images from the server for each post, and making the post contents scrollable… which is important…!!!
got mosttt of the frontend stuff required for the my thoughts section! this includes…
next, i’ll have to probably make some polishes to this ui.. and then hook it up to the backend!!!
(i’ll also have to add a few more pieces of metadata to each post, including the date it was created and an optional image to go along with it)
aaand back to my faaavorite type of programming… web dev…!!! (…. wink wink nudge nudge i dont like webdev :P)
but uh.. got a basic navbar going! i think all tailwindcss and svelte knowledge just immediately leaves my brain whenever i don’t use it for more than a day but. it redirects to the other links! it glows based on what page its actually on… its a component… and… yea!
the “my thoughts” section will be where all this post/blog stuff whatever will go! still haven’t added that frontend part yet… but that’s a later problem!
added the endpoint that fetches the contents of a post! this removes the title and description that is present at the top of the post, returning only the actual contents!!
starting the functionality of a blogging/posts system on my site!
right now im just getting back into the swing of things with programming (school has made me SO DAMN BURNT OUT OF EVERYTHING FOR THE PAST MONTH!!! AGH!!!), and have implemented a backend route to fetch .md files from a folder on the backend
this returns the name and description of the post, which will show up in a list of posts of some sort, they are declared in the first two lines of the md file, the rest is what is displayed in the actual post!
im using go for the backend (which is what i used last time i made something with a web backend, it was nice!!) with the gin library, so far, its awesome!!