From 45a195ab024ce2a59f76f60c8c6c5bbdb3f8d7f9 Mon Sep 17 00:00:00 2001 From: ulysia Date: Sun, 9 Feb 2025 18:55:27 +0100 Subject: [PATCH 1/5] Update quartz/components/buttons.json --- quartz/components/buttons.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index 1d99cd9..e3e48c5 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -36,6 +36,14 @@ "type": "friend", "contentType": "image" }, + { + "image": "https://assets.derg.cz/buttons/derg.cz", + "url": "https://derg.social", + "alt": "Derg.social: Social Network for dragons by dragons", + "title": "Derg.social: Social Network for dragons by dragons", + "type": "friend", + "contentType": "image" + }, { "image": "https://assets.derg.cz/buttons/say-no-to-web3.gif", "alt": "Say no to web3! Keep the web free!", From aa98a35b385fd0fc7a59978b45faadc2a150f869 Mon Sep 17 00:00:00 2001 From: ulysia Date: Sun, 9 Feb 2025 18:55:27 +0100 Subject: [PATCH 2/5] Update quartz/components/buttons.json --- docker-compose.yml | 2 +- quartz/components/buttons.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index adcc20d..205f812 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,4 @@ services: ports: - "3004:8080" # Map external port 3000 to internal port 8080 volumes: - - ./content:/usr/src/app/content + - ./content:/usr/src/app/content \ No newline at end of file diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index 1d99cd9..62de557 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -36,6 +36,14 @@ "type": "friend", "contentType": "image" }, + { + "image": "https://assets.derg.cz/buttons/derg.gif", + "url": "https://derg.social", + "alt": "Derg.social: Social Network for dragons by dragons", + "title": "Derg.social: Social Network for dragons by dragons", + "type": "friend", + "contentType": "image" + }, { "image": "https://assets.derg.cz/buttons/say-no-to-web3.gif", "alt": "Say no to web3! Keep the web free!", From 5be909f53d8b70976c90f410f9d873a5547459ad Mon Sep 17 00:00:00 2001 From: ulyxie Date: Sun, 9 Feb 2025 19:09:27 +0100 Subject: [PATCH 3/5] added credit to derg.social button --- quartz/components/buttons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index 62de557..bd12b59 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -39,8 +39,8 @@ { "image": "https://assets.derg.cz/buttons/derg.gif", "url": "https://derg.social", - "alt": "Derg.social: Social Network for dragons by dragons", - "title": "Derg.social: Social Network for dragons by dragons", + "alt": "Derg.social: Social Network for dragons by dragons (btn by rivetspire@derg.social)", + "title": "Derg.social: Social Network for dragons by dragons (btn by rivetspire@derg.social)", "type": "friend", "contentType": "image" }, From 22f9dde0534884bf60a7a9c0331176c485fc04fe Mon Sep 17 00:00:00 2001 From: ulyxie Date: Sun, 9 Feb 2025 19:14:35 +0100 Subject: [PATCH 4/5] fixed typo --- content/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.md b/content/index.md index 9377005..e173249 100644 --- a/content/index.md +++ b/content/index.md @@ -48,9 +48,9 @@ Status page can be found at [stats.uptimerobot.com/4mEovYe8FC](https://stats.upt -[The Enbclave Webring](https://zatzhing.me/webring) +[The Enclave Webring](https://zatzhing.me/webring)
- \ No newline at end of file + From b4c49f7d240293dcc43dc073d9aedd088b83252b Mon Sep 17 00:00:00 2001 From: ulyxie Date: Thu, 13 Feb 2025 13:38:59 +0100 Subject: [PATCH 5/5] changed plausible url --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 9fad56c..ea0f51f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -13,7 +13,7 @@ const config: QuartzConfig = { enablePopovers: true, analytics: { provider: "plausible", - host: "plausible.nexae.net", + host: "plausible.derg.cz", }, locale: "en-US", baseUrl: "derg.cz",