Post APEG2DjNN6ZLaYCsHA by jwestall_com@mastodon.online
 (DIR) More posts by jwestall_com@mastodon.online
 (DIR) Post #APEBueDcbhLZbcUHRY by art@mastodon.sdf.org
       2022-11-03T13:24:35Z
       
       0 likes, 0 repeats
       
       After spending the last two months setting up WordPress for my personal site I've basically decided that I want to move to Hugo.There is something awesome about static websites. There's so much flexibility there.It doesn't hurt that it's so fast and can be hosted for free.
       
 (DIR) Post #APECi2J9pfA6VUcwBU by AIaYYAle4i1uKmKpqy.gme@bofh.social
       2022-11-03T13:33:17.159220Z
       
       0 likes, 0 repeats
       
       Right there with you. I’m in the process of converting all my WordPress sites over to Publii for that exact reason.
       
 (DIR) Post #APEG2DjNN6ZLaYCsHA by jwestall_com@mastodon.online
       2022-11-03T14:10:45Z
       
       0 likes, 0 repeats
       
       @art Static sites all the way. I've been toying with writing an ssg6 clone in rust with the markdown to html tool built in.
       
 (DIR) Post #APEqmXz404xe4Zvxya by mhcat@mastodon.sdf.org
       2022-11-03T21:02:31Z
       
       0 likes, 0 repeats
       
       @art might I recommend doing automated deployments from a vcs hosting platform?I have a setup on sr.ht which is deploying a site, and I just added a couple lines to the ci build to deploy it to sdf too :) Hopefully if that works out I'll drop the S3 method. You can see how easy it is:https://git.sr.ht/~j0ni/voidshrieker/treeCheck out the `.build.yml` for deployment. Every push triggers a build.Result lands at jefferiestube.net (and mhcat.sdf.org for now)
       
 (DIR) Post #APUXJ5DNWHyMpRqLxo by kabads@mastodon.sdf.org
       2022-11-11T10:39:45Z
       
       0 likes, 0 repeats
       
       @art +1 for hugo here. I have used jekyll and hugo - but understanding go means hugo is easier to work with.