diff --git a/content/blog/2024-09-13-02-phposting/index.md b/content/blog/2024-09-13-02-phposting/index.md new file mode 100644 index 0000000..e9a8e55 --- /dev/null +++ b/content/blog/2024-09-13-02-phposting/index.md @@ -0,0 +1,24 @@ +--- +title: Phposting +date: 2024-09-13 +tags: + - my blog +--- + +Wow, posting on my phone kinda sucks. My current workflow: + +- pull the blog source files into **termux** on android with `git pull` + +- run `sshd` in termux so I can access its files as if they were on the network + +- use **cx file explorer** to view the network drive, upload images, and write a text file (YOU ARE HERE) + + ![screenshot of this post in a text editor][screenshot.png] + +- go back to termux and push the updated files + +- log into my server with **connectbot** and `npm run build` to compile the markdown into html with **eleventy** + +- check in **firefox** to make sure it looks correct + +this is fine for longer posts like this one but it does make "chosting" somewhat time consuming. Anyone have suggestions for some sort of build automation tool? diff --git a/content/blog/2024-09-13-02-phposting/screenshot.png b/content/blog/2024-09-13-02-phposting/screenshot.png new file mode 100644 index 0000000..1f8c21f Binary files /dev/null and b/content/blog/2024-09-13-02-phposting/screenshot.png differ