I'm trying to get my feels content to store in gopher in my git repo. To do that I started by reversing the symlink so that the content was really in /public_gopher/feels and the stuff in .ttbp was the symlink to it. I screwed that up at first because the text is really in .ttbp/entries. Soooo, I symlinked that one too. Now the only problem is my gophermap is in both since they're really the same location. The real test is publishing. I want to make use of the feels engine to write and read things on tilde.town, so now I have to check if this works and doesn't explode. After-all, at some point it's not just going to write the text file, it's going to try to create a symlink to a file on top of that very file. That will error and do nothing, but I can't be sure how feels will handle it. This post is going to test that. Finally, I need to check that the browseable feels directory updates properly and others can still read my thingies. Crossing fingers!!