From 798275b94cd3cf573c3e63605046d9b9676a487f Mon Sep 17 00:00:00 2001 From: irl Date: Fri, 20 Jun 2025 15:15:07 +0100 Subject: [PATCH] checkpoint: 2025-W25-5 14:15:07 --- content/Arranging Quartz differently.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 content/Arranging Quartz differently.md diff --git a/content/Arranging Quartz differently.md b/content/Arranging Quartz differently.md new file mode 100644 index 0000000..0e86f48 --- /dev/null +++ b/content/Arranging Quartz differently.md @@ -0,0 +1,6 @@ +--- +up: + - Quartz +--- +Right now I have a git repository at https://guardianproject.dev/irl/notes that contains both Quartz itself and my public notes, but I've had to do some changes in that repo to remove things like a code of conduct that doesn't apply to my notes, update the licence file to be clear it applies only to the Quartz code, etc. It would be nice to have my notes exist separately from Quartz instead. +My plan for that is to have a clone of a pinned Quartz commit happen as part of the Foregjo Action that builds my notes, then to update the config and the content directory, which should be sufficient to then build the site and have it published. The combined repository would still exist but only transiently inside a workflow, and otherwise it would be clear which parts are Quartz and which parts are me. \ No newline at end of file