I wanted to know if there was a neat playbook or tutorial set that one can refer to if they’re trying to set up their own static website from home?
So far I have done the following:
- Got a raspberypi (Raspberry Pi 2 Zero W) and raspberrypi OS installed with fail2ban ready.
- Installed nginx (I have not configured anything there).
- Written the HTML and CSS files for the website.
- Purchased a domain.
How do I complete the remain pieces of this puzzle?
My purpose: I want an online profile that I can share with my colleagues and clients instead of relying on LinkedIn as a way to connect. Eventually, I will stop posting on LinkedIn and make this my main method of relaying information and disseminating my works and services.
I know it’s not self hosting, but I went with a Hugo site hosted on Cloudflare pages. That way I don’t have to port forward or worry about uptime or security.
You can do the same on github too. It’s pretty seamless in my experience and I dont mind people seeing the source code for my blog
Yup for sure. I specifically have mine open source. I have my domain through Cloudflare so that made sense.
smart!
You can set up your project in a private repo and in your deploy action push it to the main branch of your public Pages repo. I agree it’s not a huge deal to show the source, but I prefer it like that.
edit: Markdown is adding a / after “user” in above
git remote
command. Don’t know how to get rid of it.