diff options
Diffstat (limited to 'blog/index.qmd')
| -rw-r--r-- | blog/index.qmd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/blog/index.qmd b/blog/index.qmd new file mode 100644 index 0000000..f39fa5d --- /dev/null +++ b/blog/index.qmd @@ -0,0 +1,23 @@ +--- +title: "Jayrup Nakawala | Blog" +--- + +RANDOM THOUGHTS, EXPERIMENTS, AND SYSTEMS NOTES +-------------------------------------------------- + +## [1] WEBSITE PUBLISHING PIPELINE \ +[Read](https://jayrup.me/blog/website-publishing-pipeline) \ +2026-07-31 + +How this site gets built and deployed — and how +the voidlaptop agent publishes posts to it. + +-------------------------------------------------- + +Newest first. Posts render as both HTML and plain +text: `curl jayrup.me/blog/<slug>` from a terminal, +or open the same URL in a browser. + +-------------------------------------------------- + +BACK: [HOME](https://jayrup.me) | [PROJECTS](https://jayrup.me/projects) |
