From c514283044960608e687140fa91d3f75d0d5a0d4 Mon Sep 17 00:00:00 2001 From: Wen Junhua Date: Sun, 14 Jan 2024 01:39:06 +0800 Subject: [PATCH 1/4] feat: use meta tag to redirect externalURLs --- layouts/partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2d096767..52c2c496 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -120,6 +120,10 @@ {{ with .Site.Params.verification.yandex }} {{ end }} + {{ with $.Params.externalUrl }} + + {{ else }} + {{ end }} {{/* Social */}} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} From b04ca3fb3d55ba0ddae30917dd9f3332031367ae Mon Sep 17 00:00:00 2001 From: Robert Boscacci Date: Sun, 21 Jan 2024 01:32:40 -0500 Subject: [PATCH 2/4] Add one entry to congo users table I added my personal portfolio website. Congo is credited on my About page. --- exampleSite/content/users/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index cc0dc8f1..1b14730d 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -70,5 +70,6 @@ The list below is just a handful of the websites that are built using the Congo | [jnsgr.uk](https://jnsgr.uk) | Personal site and blog | | [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog | | [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog | +| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog | **Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md). From f9c29f8a21eb9c407485e005056d87213f3e34c5 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:08:33 +1100 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=93=9D=20Update=20user=20list=20local?= =?UTF-8?q?isations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/users/index.es.md | 1 + exampleSite/content/users/index.ja.md | 1 + exampleSite/content/users/index.zh-cn.md | 1 + 3 files changed, 3 insertions(+) diff --git a/exampleSite/content/users/index.es.md b/exampleSite/content/users/index.es.md index a7a8fa31..c950809f 100644 --- a/exampleSite/content/users/index.es.md +++ b/exampleSite/content/users/index.es.md @@ -70,5 +70,6 @@ La lista a continuación es solo un puñado de sitios web creados con el tema Co | [jnsgr.uk](https://jnsgr.uk) | Personal site and blog | | [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog | | [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog | +| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog | **¿Usuaria de congo?** Para agregar tu sitio a esta lista, [haz un pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md). diff --git a/exampleSite/content/users/index.ja.md b/exampleSite/content/users/index.ja.md index 4731e337..ab6d2f68 100644 --- a/exampleSite/content/users/index.ja.md +++ b/exampleSite/content/users/index.ja.md @@ -70,5 +70,6 @@ Congoを使用して構築された実際のウェブサイト。 | [jnsgr.uk](https://jnsgr.uk) | Personal site and blog | | [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog | | [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog | +| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog | **Congoを使っていますか?** あなたのウェブサイトを加えるために[Pull Request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md)を投げてください。 diff --git a/exampleSite/content/users/index.zh-cn.md b/exampleSite/content/users/index.zh-cn.md index 56e6ca6e..0aa59c53 100644 --- a/exampleSite/content/users/index.zh-cn.md +++ b/exampleSite/content/users/index.zh-cn.md @@ -70,5 +70,6 @@ showEdit: false | [jnsgr.uk](https://jnsgr.uk) | Personal site and blog | | [stupidjoey.net](https://stupidjoey.net) | Personal Site and Tech blog | | [aminelch.github.io](https://aminelch.github.io) | Personal Site and Blog | +| [robertboscacci.com](https://robertboscacci.com) | Personal Site and Blog | **想成为Congo的用户?** 要将您的网站添加到此列表中,请提交[Pull Request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users/index.md)来添加。 From 25f82b2f28006102f980e5b2ec32b2f03413cc9f Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:12:19 +1100 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=9A=A7=20Remove=20redundant=20`else`?= =?UTF-8?q?=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 52c2c496..b364b785 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -122,7 +122,6 @@ {{ end }} {{ with $.Params.externalUrl }} - {{ else }} {{ end }} {{/* Social */}} {{ template "_internal/opengraph.html" . }}