You should put your stuff on a self-hosted static site. You should not follow the crazypants directions in this article. It's a great way to take a reasonably simple thing and make it 80x more complex.
Ok, so we've now got an app.sls that's going to take care of a lot of things. Now I know you're thinking "what is all this pillar crap that he's using?", well we are going to get to that in a minute, the key thing here is that you understand what each of these items do, it's pretty easy to tell right? for the hungryadmin_venv variable, it's clearly the location of our virtual environment, and our hungryadmin_user, is simply our user for the virtual environment. The only slightly confusing one here is hungryadmin_proj, but even that we can figure out.
Maybe this is the sort of motivation I need to finally write up a complete Pelican how-to.1