From 2ed061cc11f6311c6de871f511c95b6df1820300 Mon Sep 17 00:00:00 2001 From: Robin Sving Date: Mon, 2 Sep 2024 20:30:36 +0200 Subject: [PATCH] Quartz sync: Sep 2, 2024, 8:30 PM --- .github/workflows/publish.yaml | 2 +- content/Worlds/1. Red Eclipse/3. Platser/Cheliax/Ostenso.md | 2 +- .../2. Pågående/{The Hunting Spear.md => Spearfishing.md} | 0 content/Worlds/1. Red Eclipse/4. Uppdrag/4. Uppdrag.md | 2 +- content/Worlds/1. Red Eclipse/Quick notes.md | 2 +- quartz.config.ts | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename content/Worlds/1. Red Eclipse/4. Uppdrag/2. Pågående/{The Hunting Spear.md => Spearfishing.md} (100%) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7ea491452..facb492b0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/configure-pages@v5 - name: Build - uses: konstfish/quartz-build-action@main + uses: konstfish/quartz-build-action@v1 with: source: content page_title: "The Crimson World" diff --git a/content/Worlds/1. Red Eclipse/3. Platser/Cheliax/Ostenso.md b/content/Worlds/1. Red Eclipse/3. Platser/Cheliax/Ostenso.md index 9b0294986..f675892dc 100755 --- a/content/Worlds/1. Red Eclipse/3. Platser/Cheliax/Ostenso.md +++ b/content/Worlds/1. Red Eclipse/3. Platser/Cheliax/Ostenso.md @@ -1,2 +1,2 @@ En liten hamnstad som huserar en stor del av Cheliax flotta. -Efter en explosion som troligen är relaterad till [[The Hunting Spear]] så förstördes staden. \ No newline at end of file +Efter en explosion som troligen är relaterad till [[Spearfishing]] så förstördes staden. \ No newline at end of file diff --git a/content/Worlds/1. Red Eclipse/4. Uppdrag/2. Pågående/The Hunting Spear.md b/content/Worlds/1. Red Eclipse/4. Uppdrag/2. Pågående/Spearfishing.md similarity index 100% rename from content/Worlds/1. Red Eclipse/4. Uppdrag/2. Pågående/The Hunting Spear.md rename to content/Worlds/1. Red Eclipse/4. Uppdrag/2. Pågående/Spearfishing.md diff --git a/content/Worlds/1. Red Eclipse/4. Uppdrag/4. Uppdrag.md b/content/Worlds/1. Red Eclipse/4. Uppdrag/4. Uppdrag.md index 8d183b487..51c7369e9 100755 --- a/content/Worlds/1. Red Eclipse/4. Uppdrag/4. Uppdrag.md +++ b/content/Worlds/1. Red Eclipse/4. Uppdrag/4. Uppdrag.md @@ -21,6 +21,7 @@ - [[Dantes pik]] - [[Drog-Iljus äventyr]] - [[Hitta Lamond]] + - [[Spearfishing]] - **Tellus** - [[Get the Hell out of here]] - [[Plan för att få tag på staven]] @@ -31,7 +32,6 @@ - [[Mengkares bok]] - [[Ocean vision]] - [[Resurrection Stone Vision]] - - [[The Hunting Spear]] - [[Drömmar]] - [[Rewards]] diff --git a/content/Worlds/1. Red Eclipse/Quick notes.md b/content/Worlds/1. Red Eclipse/Quick notes.md index 183e6c5ff..2c89de5f9 100755 --- a/content/Worlds/1. Red Eclipse/Quick notes.md +++ b/content/Worlds/1. Red Eclipse/Quick notes.md @@ -1,5 +1,5 @@ När Grimm tar över som PC -- [ ] Fråga Sofia om [[The Hunting Spear]] - hur kan man stoppa [[Nightspear]]? +- [ ] Fråga Sofia om [[Spearfishing]] - hur kan man stoppa [[Nightspear]]? - [ ] Hur kan man återuppväcka Mephisto utan hans kropp? Dvs, hur tar man kroppen till första riket? - [ ] Lämna över ett brev till Miho att leverera till hans syster och till hans föräldrar om han dör diff --git a/quartz.config.ts b/quartz.config.ts index c99fa6f01..6123420ce 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -73,7 +73,7 @@ const config: QuartzConfig = { filters: [Plugin.RemoveDrafts()], emitters: [ Plugin.AliasRedirects(), - //Plugin.ComponentResources(), + Plugin.ComponentResources(), Plugin.ContentPage(), Plugin.FolderPage(), Plugin.TagPage(),