@sorenpeter@darch.dk Itโs nobodyโs fault! ๐ Itโs all part of the fun with them Ones and Zeros
@aelaraji@aelaraji.com can you share the workflow you are using on jenny
to convert twtxt.txt to HTML using @prologic@twtxt.netโs code?
@bender@twtxt.net Itโs just a simple twtxt2html and scp โฆ it goes like:
twtxt2html $HOME/path/to/local_twtxt_dir/twtxt.txt > $HOME/path/to/local_twtxt_dir/log.html && \
scp $HOME/path/to/local_twtxt_dir/log.html user@remotehost:/path/to/static_files_dir/
Iโve been lazy to add it to my publish_command script, now I can just copy/pasta from the twt ๐