- Introduce `scripts/new-article` bash script to generate new article files from a title, using a template, and open in vim/vi. - Add `scripts/article-template.md` as the base structure for new articles. - Update README.md with instructions on using the new script and directory structure. - Include an example draft `articles/drafts/when-not-to-test.md` generated via the script.
23 lines
455 B
Markdown
23 lines
455 B
Markdown
---
|
|
title: {{TITLE}}
|
|
date: {{DATE}}
|
|
topics: [philosophy, craft]
|
|
related: []
|
|
abstract: >
|
|
A short but dense abstract that captures the central provocation or philosophical thesis of the article.
|
|
---
|
|
|
|
# {{TITLE}}
|
|
|
|
## Introduction
|
|
|
|
(Opening provocation or observation goes here.)
|
|
|
|
## Main Argument
|
|
|
|
(Develop the core idea, sustained analogy, or philosophical connection here.)
|
|
|
|
## Conclusion
|
|
|
|
(Grounded reflection — no generic summary or call to action.)
|