Add daily email
This commit is contained in:
parent
e1f46165b1
commit
766c2dc9f1
3 changed files with 85 additions and 0 deletions
|
@ -7136,5 +7136,12 @@
|
|||
],
|
||||
"path_alias.3e0c423a-ee8c-4fb8-8d0f-397d5fbda3ba": [
|
||||
"node.aef916e2-3864-415d-bedf-178bc9cf1320"
|
||||
],
|
||||
"node.5b5c3be1-7986-4494-8caf-095b6f329dc7": [
|
||||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849",
|
||||
"node.20cde1b4-efdc-46a4-a6a4-4fd2264f617e"
|
||||
],
|
||||
"path_alias.4d3515a4-9680-46fb-bfc4-c6fa800bdfae": [
|
||||
"node.5b5c3be1-7986-4494-8caf-095b6f329dc7"
|
||||
]
|
||||
}
|
68
content/node.5b5c3be1-7986-4494-8caf-095b6f329dc7.yml
Normal file
68
content/node.5b5c3be1-7986-4494-8caf-095b6f329dc7.yml
Normal file
|
@ -0,0 +1,68 @@
|
|||
uuid:
|
||||
- value: 5b5c3be1-7986-4494-8caf-095b6f329dc7
|
||||
langcode:
|
||||
- value: en
|
||||
type:
|
||||
- target_id: daily_email
|
||||
target_type: node_type
|
||||
target_uuid: 8bde1f2f-eef9-4f2d-ae9c-96921f8193d7
|
||||
revision_timestamp:
|
||||
- value: '2025-07-23T22:17:54+00:00'
|
||||
revision_uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
revision_log: { }
|
||||
status:
|
||||
- value: true
|
||||
uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
title:
|
||||
- value: "I don't like large pull requests"
|
||||
created:
|
||||
- value: '2025-07-20T22:16:05+00:00'
|
||||
changed:
|
||||
- value: '2025-07-23T22:17:54+00:00'
|
||||
promote:
|
||||
- value: false
|
||||
sticky:
|
||||
- value: false
|
||||
default_langcode:
|
||||
- value: true
|
||||
revision_translation_affected:
|
||||
- value: true
|
||||
path:
|
||||
- alias: ''
|
||||
pid: null
|
||||
langcode: en
|
||||
body:
|
||||
- value: |-
|
||||
I don't like large pull or merge requests, or large changes.
|
||||
|
||||
Since exploring [the dendritic pattern for Nix code][0], I created [an example configuration][1] and wanted to start moving my main configuration to use that approach.
|
||||
|
||||
I could have rewritten everything from scratch, but that would take time and a loss of productivity.
|
||||
|
||||
As soon as I was comfortable and I felt I understood the approach and how to implement it, I went back to my main configuration and looked for the easiest step to start implementing the pattern.
|
||||
|
||||
I was tempted to start with something big, like my Neovim or tmux configuration, but I started with my bluetooth configuration.
|
||||
|
||||
It's a small module, but it gets the ball rolling.
|
||||
|
||||
I've taken the first steps to implementing the dendritic pattern in my Nix configuration, haven't lost any of my existing settings and can continue to iterate and refactor as time allows.
|
||||
|
||||
[0]: /daily/2025/07/17/nix-and-dendritic-pattern
|
||||
[1]: /daily/2025/07/19/exploring-dendritic-pattern
|
||||
format: markdown
|
||||
processed: |
|
||||
<p>I don't like large pull or merge requests, or large changes.</p>
|
||||
<p>Since exploring <a href="http://localhost:8888/daily/2025/07/17/nix-and-dendritic-pattern">the dendritic pattern for Nix code</a>, I created <a href="http://localhost:8888/daily/2025/07/19/exploring-dendritic-pattern">an example configuration</a> and wanted to start moving my main configuration to use that approach.</p>
|
||||
<p>I could have rewritten everything from scratch, but that would take time and a loss of productivity.</p>
|
||||
<p>As soon as I was comfortable and I felt I understood the approach and how to implement it, I went back to my main configuration and looked for the easiest step to start implementing the pattern.</p>
|
||||
<p>I was tempted to start with something big, like my Neovim or tmux configuration, but I started with my bluetooth configuration.</p>
|
||||
<p>It's a small module, but it gets the ball rolling.</p>
|
||||
<p>I've taken the first steps to implementing the dendritic pattern in my Nix configuration, haven't lost any of my existing settings and can continue to iterate and refactor as time allows.</p>
|
||||
summary: ''
|
||||
field_daily_email_cta:
|
||||
- target_type: node
|
||||
target_uuid: 20cde1b4-efdc-46a4-a6a4-4fd2264f617e
|
10
content/path_alias.4d3515a4-9680-46fb-bfc4-c6fa800bdfae.yml
Normal file
10
content/path_alias.4d3515a4-9680-46fb-bfc4-c6fa800bdfae.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid:
|
||||
- value: 4d3515a4-9680-46fb-bfc4-c6fa800bdfae
|
||||
langcode:
|
||||
- value: en
|
||||
path:
|
||||
- value: /node/5b5c3be1-7986-4494-8caf-095b6f329dc7
|
||||
alias:
|
||||
- value: /daily/2025/07/20/i-dont-large-pull-requests
|
||||
status:
|
||||
- value: true
|
Loading…
Add table
Add a link
Reference in a new issue