More info on how things are done with Snap! News

Currently, smolnews has all of it's articles running on a replit server, and is formatted like this:
image
the way that i am able to not only take it from replit, and bring it to snap is pretty intricate.
first we have the title. all the title does is set the value variable to item cur variable of split
url https://snapnewsvalues.jxstdeca.repl.co/journalslist.txt by line, which if cur = 3
value would be "thebeautyofcreation".
the way its all written down in article form is also pretty intricate. it joins the original repl link with the folder "newsarticles", adds the value variable, and adds txt to it. so if value was thebeautyofcreation, the link would be
https://snapnewsvalues.jxstdeca.repl.co/newsarticles/thebeautyofcreation.txt. thats all for me though. Have a great day and a greater tomorrow

forgot to put link Snap! Build Your Own Blocks