Instead of an assets/ directory i feel it'd be nicer to just have a new post format where posts are like
phlog/post-name/
post-name.gopher.txt
some-image.jpg
and you should be able to just easily copy those files to jekyll's assets/. The only two things I'm undecided on is how it would work with regard to plaintext vs gophermenu as well as what the default view would look like... would a README file be generated explaining the directory's contents? If I generate a .gophermap it almost defeats the purpose of this format (making it easy to browse all of the post's assets along with the post in different formats).
Instead of an
assets/directory i feel it'd be nicer to just have a new post format where posts are likeand you should be able to just easily copy those files to jekyll's
assets/. The only two things I'm undecided on is how it would work with regard to plaintext vs gophermenu as well as what the default view would look like... would a README file be generated explaining the directory's contents? If I generate a.gophermapit almost defeats the purpose of this format (making it easy to browse all of the post's assets along with the post in different formats).