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!!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.