From a57fe0d0bde8c4ab238e00cbfda066ca098ebde7 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Fri, 6 Sep 2024 23:10:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .quartz/quartz.layout.ts | 4 ++-- Garbage Collector | 23 ----------------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 Garbage Collector diff --git a/.quartz/quartz.layout.ts b/.quartz/quartz.layout.ts index 00d24e15..ba1c07e2 100644 --- a/.quartz/quartz.layout.ts +++ b/.quartz/quartz.layout.ts @@ -6,7 +6,6 @@ export const sharedPageComponents: SharedLayout = { head: Component.Head(), header: [], afterBody: [ - Component.TagList(), Component.Backlinks(), Component.Remark({ options: { @@ -32,9 +31,10 @@ const githubSourceConfig = { // components for pages that display a single page (e.g. a single note) export const defaultContentPageLayout: PageLayout = { beforeBody: [ - Component.Breadcrumbs(), + Component.Breadcrumbs({showCurrentPage: false}), Component.ArticleTitle(), Component.ContentMeta(), + Component.TagList() ], left: [ Component.PageTitle(), diff --git a/Garbage Collector b/Garbage Collector deleted file mode 100644 index c720106d..00000000 --- a/Garbage Collector +++ /dev/null @@ -1,23 +0,0 @@ ---- -kind: pipeline -type: docker -name: docker-build-and-push - -trigger: - branch: - - main - -steps: - - name: build ru garden - # https://hub.docker.com/r/library/docker - image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20 - commands: - - cd garden/ru - - docker run -v ./.quartz/quartz.config.ts:/usr/src/app/quartz.config.ts -v .:/usr/src/app/content -v ./garden_ru:/usr/src/app/public --rm docker.struchkov.dev/quartz:local build - -# drone sign --save DockerFiles/quartz ---- -kind: signature -hmac: cf0faf7e69ed98a6c0191b3578f874c41d6a297645bcf5c8cc1994c540f207ba - -... \ No newline at end of file