Skip to content

Commit a08a58f

Browse files
add and publish 2023-01-05.md
1 parent d60d846 commit a08a58f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "2024-01-05"
3+
date: 2024-01-05T21:59:10-05:00
4+
draft: false
5+
categories:
6+
- Journal
7+
---
8+
9+
Plain text should be simple. But for all of plain-text's simplicity on one machine, once you want to sync these plain text files to your iOS device, it gets harder. As far as I know, there is only one app on iOS that allows you to work with plain-text files in the iOS file system and push and pull from a git server. That app is [Working Copy](https://workingcopy.app/). While there is nothing to complain about Working Copy--it's probably one of the most powerful apps on the platform--it bothers me there isn't an alternative or competitor. If the sole author of Working Copy decides to retire, plain-text on the platform is ceases to work. All other options that I'm aware of require you to have an account on someone else's server. I wish Working Copy had competition.

hugo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
title = 'Benjamin Vaughn'
12
baseURL = 'https://benjaminfvaughn.github.io/'
23
languageCode = 'en-us'
3-
title = 'Benjamin Vaughn'
44
theme = 'ananke'
5+
6+
DefaultContentLanguage = "en"
7+
8+
[languages]
9+
[languages.en]
10+
title = "Benjamin Vaughn"
11+
weight = 1
12+
contentDir = "content"

0 commit comments

Comments
 (0)