phposting

This commit is contained in:
Nycki 2024-09-13 11:58:59 -07:00
parent 2599ca0aed
commit 8cfd8d2fdb
2 changed files with 24 additions and 0 deletions

View file

@ -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?

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB