This is how this website is made 2020-05-09
I'm writing this as a test for my post system, might as well write something useful.
This page was generated with staticjs. I have to thank Ben Awad for his tutorial.
I first bought this server to have a place to have my own little place on the web but has been years since that and nothing was ever here, not even a 404. I started to use the server more recently to hose some demo telegram bots that I may write about in the future, and that made me search for options to actually have a page here.
There were some requirements on the "tools" used to create this,
I first wanted to try out something new, so I decided to try out vue for the initial draft of this website. It was fine, a quick afternoon was enough for the basics running, and it was online right away, as all was written directly on the server.
It worked fine, but when I decided to extend the features with this blog, and after getting inspiration from the above mentioned video, I wanted something more. Searched for some vue static generators after watching Ben's video, but the one I tried didn't work with yarn2(I want this to have it all in git, and to try it out..), so I said screw it let's go with react, I need to freshen up my react anyway.
After the initial work to get the basics working I had this website running that you can check out on my github