I don’t know what I did. I was experimenting with plugins on https://cesco.blog when at some point my site stopped serving CSS files. I tried deleting (almost) all the plugins and themes, reinstalling the default Marfa theme, and doing a full rebuild from Micro.blog, but it still doesn’t work.
The error log now does not report any issues. This afternoon, however, it was repeatedly showing: Error: error building site: build filesystems: create main fs: symlinks not allowed in this filesystem
This was a new issue today and it’s resolved now. Very sorry about that, everyone. The good news is that blog publishing should be a little faster in some cases now!
I found the solution to my custom CSS files not loading anymore by transforming my custom theme into a plugin. I’m not sure if my solution can be applied to your case as well. Here, I have written what I did:
Interesting! I was able to get my theme sort of working by moving my styles to custom css, instead of the original css file. I say sort of working because an original css file and one that overrides another have different assumptions, but my styles apply.