SSG helper scripts
ssg is a static site generator. It is intentionally bare bones. I am using it to generate this website and I wanted to share a Makefile that I am using to make building and “deploying” this site a bit easier.
My general file structure looks something like this:
dev.levlaz.org/
src/
dst/
Makefile
The contents of the Makefile
are shown below.
build:
ssg5 src dst "Lev's Hacking Notes" "http://dev.levlaz.org"
deploy:
doas cp -R dst/* /var/www/htdocs/dev.levlaz.org/
build
runs ssg whenever I want to build a new version of this website.
deploy
moves the files from the local dst
directory to the path
where the webserver can serve up the files. You could probably do
something very similar if you wanted to edit locally and deploy to a
server somewhere else.
update Fri Dec 13 17:38:17 2019
This has matured quite a bit over the last week weeks and we have a problem deployment pipeline now using builds.sr.ht. You can see the Makefile here and the deployment configuration here.
Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.
Check out some more stuff to read down below.
Most popular posts this month
- 2024
- Reinstalling Windows at 1am
- SQLite DB Migrations with PRAGMA user_version
- My Custom Miniflux CSS Theme
- How to Disable Wayland in Debian Testing
Recent Favorite Blog Posts
This is a collection of the last 8 posts that I bookmarked.
- Future Fonts from Blog – Brad Frost
- 21st Century C++ from Communications of the ACM
- Submarines DevCon 2025 Keynote Speech from JoshHaines.com
- How I Use AI: Meet My Promptly Hired Model Intern from Armin Ronacher's Thoughts and Writings
- DeepSeek from Maggie Appleton
- Digital Reality Digital Shock from Christopher Butler
- 10 habits to help becoming a Debian Maintainer from Optimized by Otto
- Tiny corners from Manuel Moreale RSS Feed
Articles from blogs I follow around the net
Weekend Update #12
The weekly update, plus bits and bobs that caught my attention this week.
via ODonnellWeb March 30, 2025"An off switch? She'll get years for that."
Vizio: "Please enjoy falling asleep to these calming nature scenes, occasionally punctuated with unhinged fascist rants. As a treat." I left the tv idle while I went to the other room to play with my dog. After about a half an hour, I started heari…
via jwz March 29, 2025Generated by openring