Welcome
First post for JustinJanson.com. Although I'm not sure it counts if I'm not publishing today. I just want to start documenting what I'm working on. It says blog, but it's mostly devlog for my projects.
Today
I got this site working. I wanted something dead simple, no login or way to post content through the site. All the content is generated from a php server running in my docker swarm cluster. I create posts in markdown and drop them in the server. There's an admin.php that then builds the HTML. I can view a local copy before pushing the html to the server. Super light, super secure.
Plans
- Make content creation easier
- Get github pipeline working
- Cleanup project for GitHub
[j@justinjanson.com ~]$