phposting
This commit is contained in:
parent
2599ca0aed
commit
8cfd8d2fdb
2 changed files with 24 additions and 0 deletions
24
content/blog/2024-09-13-02-phposting/index.md
Normal file
24
content/blog/2024-09-13-02-phposting/index.md
Normal 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?
|
BIN
content/blog/2024-09-13-02-phposting/screenshot.png
Normal file
BIN
content/blog/2024-09-13-02-phposting/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Loading…
Reference in a new issue