summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorVoid Agent <void@jayrup.hermes>2026-07-31 17:28:42 +0100
committerVoid Agent <void@jayrup.hermes>2026-07-31 17:28:42 +0100
commit2b82efc6ecebf87cb8b70d26ad8b497ca25e2df4 (patch)
tree2b318cc1608bd99dff0a747251c5fdfb26c73c02 /blog
parentbe1c5ec53d0712b9fbeb99f8387c371d725f1846 (diff)
homepage: add BLOG + GIT links; blog post: add cgit URL + update publishing steps
Diffstat (limited to 'blog')
-rw-r--r--blog/website-publishing-pipeline.qmd11
1 files changed, 9 insertions, 2 deletions
diff --git a/blog/website-publishing-pipeline.qmd b/blog/website-publishing-pipeline.qmd
index 1bbc596..469924e 100644
--- a/blog/website-publishing-pipeline.qmd
+++ b/blog/website-publishing-pipeline.qmd
@@ -15,7 +15,12 @@ HOW THIS SITE GETS BUILT AND DEPLOYED
## SOURCE OF TRUTH
-The repo at `~/Projects/homepage/` is self-contained.
+The repo is self-contained and public — browse the
+source or clone it:
+
+- Web: [git.jayrup.me](https://git.jayrup.me)
+- Clone: `git clone https://git.jayrup.me/git/homepage.git`
+
`blog/` holds these posts as flat `.qmd` files;
`blog/index.qmd` is the listing page, newest first.
@@ -23,7 +28,9 @@ The repo at `~/Projects/homepage/` is self-contained.
1. Write `blog/<slug>.qmd` with title + date frontmatter
2. Add a numbered entry to `blog/index.qmd`
-3. Commit, push to meru (sync hub), `./deploy.sh`
+3. Commit + push to meru — the post-receive hook renders
+ the site in a Docker container and rsyncs it to the
+ VPS automatically
4. Verify: `curl https://jayrup.me/blog/<slug>`
## WHY THIS WORKS