chore: editor config
This commit is contained in:
parent
401ed70d37
commit
147b2b2052
5 changed files with 16 additions and 3 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
|
||||
[*.js]
|
||||
insert_final_newline = true
|
BIN
src/assets/img/og/adblocks.jpg
Normal file
BIN
src/assets/img/og/adblocks.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
src/assets/img/og/fastmail-workflow.jpg
Normal file
BIN
src/assets/img/og/fastmail-workflow.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
|
@ -3,6 +3,7 @@ date: '2023-02-17'
|
|||
title: 'Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)'
|
||||
draft: false
|
||||
tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'ChatGPT']
|
||||
image: /src/assets/img/og/fastmail-workflow.jpg
|
||||
---
|
||||
|
||||
I've been using Fastmail for years now and have explored a number of different approaches to handling mail. I've approached it by creating rules targeting lists of top level domains, I've gone with no rules at all and a heavy-handed approach to unsubscribing from messages (operating under the idea that _everything_ warrants being seen and triaged) and I've even used HEY.<!-- excerpt -->[^1]
|
||||
|
|
|
@ -3,7 +3,7 @@ date: '2023-05-23'
|
|||
title: 'I block ads'
|
||||
draft: false
|
||||
tags: ['advertising', 'privacy', 'tech']
|
||||
image: https://cdn.coryd.dev/blog/adblocks.jpg
|
||||
image: /src/assets/img/og/adblocks.jpg
|
||||
---
|
||||
|
||||
I block ads in the browser.
|
||||
|
|
Reference in a new issue