This is my website, with info, games, demos, and more! Welcome!
About me:
- I'm Alex! Hellowo.
- Social Media:
About This Site:
www.HumanHummus.com is meant to be my personal website (generally) where I host projects, ideas and my portfolio, and talk about my life. One thing you should probably know about this website is that while I make ALL of the code (unless explicitly stated otherwise), most of the assets currently present are not mine; They're made by my (best UwU) friend, SoundHaptics You can view the source code for the website on GitHub (if you aren't already!). Also visit The HumanHummus Wiki, created by SoundHaptics.
Misc. tech info:
Software used on the server
Installing/running the server
- Copy etc.nginx to /etc/nginx on the hosting server. If starting from scratch, these files will need to be updated with certbot.
- Set autoupdate.py to run on boot, to keep the server up to date.
- Run crontab -e to get to the config file for cron
- Add @reboot python3 /humanhummusdotcom/autoupdate.py
- and @reboot sleep 10s && fish /humanhummusdotcom/python_server/exec.fish
- If you're building the server from scratch, git clone this git repo in the root dir.
- Run python autoupdate.py cl (cl meaning change locally) to update the changelog and re-compile files locally
If you're reading this on GitHub, and think it's strange I'd show my social media here, remember that this readme is shown on the main page of the site.
