11 hours ago · Tech · 0 comments

This TIL post is basically an update to my three year old post “Hugo, meet Android”. I recently got a new phone and thus had to re-do the setup of my mobile blogging pipeline. So, basically, allow me to checkout, modify, test, commit and push the sources of this Hugo based static page under Android. While doing so I noticed some necessary changes and improvements, and also wanted to make use of my Taskfile which does most of the heavy lifting now, so here are my updated steps. Apps & permissions Install Tasker From F-Droid install Termux Termux:Tasker Markor Grant permissions Tasker: Run commands via Termux Termux: Draw over apps Termux setup # setup access to storage termux-setup-storage # install packages pkg upgrade pkg install git gh hugo iconv vim # log into github gh auth login # navigate to Markor's document folder & checkout sources cd storage/shared/Documents/markor git clone --recurse-submodules https://github.com/foosel/foosel.github.io # create symlink in home ln -s…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.