Personal Website
This blog automatically sends newsletters via ConvertKit when publishing new posts.
Add [Newsletter] or [Draft] to your commit message when ready to publish:
# Creates and sends newsletter immediately
git commit -m "Weekly update on startup progress [Newsletter]"
# Creates draft in ConvertKit for review before sending
git commit -m "New post about Linux setup [Draft]"Note: The automation only triggers on commits that modify files in /content/blog/ and contain the trigger word in the commit message.
The content of this project itself is licensed under the Creative Commons Attribution 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.