From 0337b2ba86fb97749db64d5605cf46084a671448 Mon Sep 17 00:00:00 2001 From: Kodie Date: Mon, 1 Apr 2024 11:13:03 -0300 Subject: [PATCH] Quartz sync: Apr 1, 2024, 11:13 AM --- content/CARTAS/Cartas de Armadilhas.md | 3 +-- content/CARTAS/Cartas de Esfinge.md | 3 +-- content/EVENTOS/A Esfinge.md | 4 +--- content/EVENTOS/Armadilhas.md | 5 +---- "content/EVENTOS/Casas de Rel\303\255quias.md" | 4 +--- "content/REL\303\215QUIAS/Escaravelhos.md" | 3 +-- "content/REL\303\215QUIAS/Pergaminhos.md" | 3 +-- "content/REL\303\215QUIAS/Rel\303\255quias da Sorte.md" | 3 +-- content/index.md | 1 + quartz/styles/variables.scss | 2 +- 10 files changed, 10 insertions(+), 21 deletions(-) diff --git a/content/CARTAS/Cartas de Armadilhas.md b/content/CARTAS/Cartas de Armadilhas.md index 5c986366..a60eecd4 100644 --- a/content/CARTAS/Cartas de Armadilhas.md +++ b/content/CARTAS/Cartas de Armadilhas.md @@ -1,8 +1,7 @@ --- title: Cartas de Armadilhas draft: false -tags: - - armadilhas +tags: [] --- # Armadilhas Comuns diff --git a/content/CARTAS/Cartas de Esfinge.md b/content/CARTAS/Cartas de Esfinge.md index 05e0cef5..f40efb4f 100644 --- a/content/CARTAS/Cartas de Esfinge.md +++ b/content/CARTAS/Cartas de Esfinge.md @@ -1,8 +1,7 @@ --- title: Cartas de Esfinge draft: false -tags: - - esfinge +tags: [] --- # Cartas de Esfinge diff --git a/content/EVENTOS/A Esfinge.md b/content/EVENTOS/A Esfinge.md index fca57e4d..05ba787d 100644 --- a/content/EVENTOS/A Esfinge.md +++ b/content/EVENTOS/A Esfinge.md @@ -1,9 +1,7 @@ --- title: A Esfinge draft: false -tags: - - eventos - - esfinge +tags: [] --- # Perguntas da esfinge diff --git a/content/EVENTOS/Armadilhas.md b/content/EVENTOS/Armadilhas.md index 3fb1b009..2e190367 100644 --- a/content/EVENTOS/Armadilhas.md +++ b/content/EVENTOS/Armadilhas.md @@ -1,10 +1,7 @@ --- title: Casa de Armadilha draft: false -tags: - - eventos - - armadilhas ---- +tags: [] --- # OOPS... Você Ativou Uma Armadilha! 😅 diff --git "a/content/EVENTOS/Casas de Rel\303\255quias.md" "b/content/EVENTOS/Casas de Rel\303\255quias.md" index 307438f0..79c23ad2 100644 --- "a/content/EVENTOS/Casas de Rel\303\255quias.md" +++ "b/content/EVENTOS/Casas de Rel\303\255quias.md" @@ -1,9 +1,7 @@ --- title: Casas de Relíquias draft: false -tags: - - eventos - - "#reliquias" +tags: [] --- --- # Shiny Shiny ✨ diff --git "a/content/REL\303\215QUIAS/Escaravelhos.md" "b/content/REL\303\215QUIAS/Escaravelhos.md" index 9576143f..dae7c86f 100644 --- "a/content/REL\303\215QUIAS/Escaravelhos.md" +++ "b/content/REL\303\215QUIAS/Escaravelhos.md" @@ -1,8 +1,7 @@ --- title: Escaravelhos draft: false -tags: - - reliquias +tags: [] --- # Besouros Dourados diff --git "a/content/REL\303\215QUIAS/Pergaminhos.md" "b/content/REL\303\215QUIAS/Pergaminhos.md" index 63436ce8..579975a8 100644 --- "a/content/REL\303\215QUIAS/Pergaminhos.md" +++ "b/content/REL\303\215QUIAS/Pergaminhos.md" @@ -1,8 +1,7 @@ --- title: Pergaminhos draft: false -tags: - - reliquias +tags: [] --- # Conhecimento Ancião Os pergaminhos - _além de contarem para a pontuação do Jogador!_ - Possuem pequenas dicas para possíveis respostas de perguntas em outras cartas. diff --git "a/content/REL\303\215QUIAS/Rel\303\255quias da Sorte.md" "b/content/REL\303\215QUIAS/Rel\303\255quias da Sorte.md" index 7b8fe859..e5c65370 100644 --- "a/content/REL\303\215QUIAS/Rel\303\255quias da Sorte.md" +++ "b/content/REL\303\215QUIAS/Rel\303\255quias da Sorte.md" @@ -1,8 +1,7 @@ --- title: Relíquias da Sorte draft: false -tags: - - reliquias +tags: [] --- # Amuleto da sorte! diff --git a/content/index.md b/content/index.md index 2bc9f3ff..846b2a79 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,6 @@ --- title: 📖Livro de Regras +disableGraph: true --- # Regras diff --git a/quartz/styles/variables.scss b/quartz/styles/variables.scss index e45cc915..f42fe322 100644 --- a/quartz/styles/variables.scss +++ b/quartz/styles/variables.scss @@ -1,7 +1,7 @@ $pageWidth: 750px; $mobileBreakpoint: 600px; $tabletBreakpoint: 1000px; -$sidePanelWidth: 380px; +$sidePanelWidth: 300px; $topSpacing: 6rem; $fullPageWidth: $pageWidth + 2 * $sidePanelWidth; $boldWeight: 700;