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