Hi fellas, hope you're alright. I'm writing this post to test a script I made to easily upload posts. This is also my first ever bash script so it's probably shit, but I hope it will get the job done and won't mess up anything on my site ...
Basically, whenever I want to upload an entry on this website, I have to follow two simple steps:
let entries = [{entryName: the_post_name.post, entryFile: the_html_doc_in_blog_folder.html}, {...}, {...}]
Then the get the_post_name.post
command can do its magic, parsing the_html_doc_in_blog_folder.html inside the displayer. There's probably a better way to achieve
the same result, but this method has worked fine so far.
So, my script (neoupload.sh) does exactly this!
Will it work?
...
- fruff0 on 01/29/2022 15:59 UTC+2