diff options
| author | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 01:12:51 +0800 |
|---|---|---|
| committer | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-09-10 01:12:51 +0800 |
| commit | 99fda34a7aa73fcfb71243e76f6f06e37535649c (patch) | |
| tree | c0f787bd031b2ce7b081fdd9bef814e91c2aecae | |
| parent | 273e5611b91bbff2c4b62ead0cef48eecf236a23 (diff) | |
Track Journal section sources
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | content/journal/_index.md | 9 |
2 files changed, 9 insertions, 3 deletions
@@ -9,9 +9,6 @@ /docs/VISUAL_REVIEW.md # Local acceptance fixtures. Remove a line when replacing it with real content. -/content/journal/_index.md -/content/journal/2026/07/a-small-place-on-the-open-web/ -/content/journal/2026/08/why-i-still-like-plain-text/ /content/projects/_index.md /content/links/_index.md /static/about.txt diff --git a/content/journal/_index.md b/content/journal/_index.md new file mode 100644 index 0000000..d98e0ee --- /dev/null +++ b/content/journal/_index.md @@ -0,0 +1,9 @@ +--- +title: "JOURNAL" +lang: en +url: "/journal/" +description: "Chronological writing by Richard Qin." +license: CC-BY-SA-4.0 +--- + +Essays and field notes, ordered by publication date. |
