+ {{ .description | markdownify }} +
+ ++ {{ .description | markdownify }} +
+ +` blocks. The `highlight.noClasses` parameter must be set to `false` for code copy to function correctly. Read more about [other configuration files](#other-configuration-files) below. |
+| `forgejoDefaultServer` | _Not set_ | The default `server` parameter for the `forgejo` shortcode. |
+| `giteaDefaultServer` | _Not set_ | The default `server` parameter for the `gitea` shortcode. |
| `mainSections` | _Not set_ | The sections that should be displayed in the recent articles list. If not provided the section with the greatest number of articles is used. |
| `showViews` | _Not set_ | Whether or not articles and list views are displayed. This requires firebase integrations to be enabled, look below. |
| `showLikes` | _Not set_ | Whether or not articles and list likes are displayed. This requires firebase integrations to be enabled, look below. |
diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md
index a0c49d0a..b2b2deb0 100644
--- a/exampleSite/content/docs/shortcodes/index.md
+++ b/exampleSite/content/docs/shortcodes/index.md
@@ -297,8 +297,6 @@ Blowfish also supports automatic conversion of images included using standard Ma
| `server` | [String] server URL like `https://v8.next.forgejo.org`|
-A default value for `server` may be provided in `params.toml` as `.Site.Params.forgejoDefaultServer`.
-
**Example 1:**
```md
@@ -378,8 +376,6 @@ In order to add images to the gallery, use `img` tags for each image and add `cl
| `server` | [String] server URL like `https://git.fsfe.org` |
-A default value for `server` may be provided in `params.toml` as `.Site.Params.giteaDefaultServer`.
-
**Example 1:**
```md
From 190f011f88dd8f8f6416b792f14c2cc3ea9782f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?=
<40151420+ldericher@users.noreply.github.com>
Date: Thu, 8 Aug 2024 15:16:56 +0200
Subject: [PATCH 5/6] =?UTF-8?q?=F0=9F=90=9B=20icon=20fixes?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
assets/icons/forgejo.svg | 2 +-
assets/icons/gitea.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/icons/forgejo.svg b/assets/icons/forgejo.svg
index ea382adf..ca0cdae7 100644
--- a/assets/icons/forgejo.svg
+++ b/assets/icons/forgejo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/assets/icons/gitea.svg b/assets/icons/gitea.svg
index 71bba88b..7985d933 100644
--- a/assets/icons/gitea.svg
+++ b/assets/icons/gitea.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
From 148b45f12d6e2f9dcc055934b14cb41b053289ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?=
<40151420+ldericher@users.noreply.github.com>
Date: Fri, 9 Aug 2024 00:17:30 +0200
Subject: [PATCH 6/6] forgejo icon stroke transparency
---
assets/icons/forgejo.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/icons/forgejo.svg b/assets/icons/forgejo.svg
index ca0cdae7..495ac8b8 100644
--- a/assets/icons/forgejo.svg
+++ b/assets/icons/forgejo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file