From d1a402b27faf596072bdfc05bd3b446cb2cb23c3 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Thu, 25 Jan 2024 09:42:18 +0000 Subject: [PATCH] update Discord --- config.yml | 8 ++++++++ content/en/_index.md | 2 +- layouts/partials/icons/discord.svg | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/icons/discord.svg diff --git a/config.yml b/config.yml index 9d473764..5a46ebd7 100644 --- a/config.yml +++ b/config.yml @@ -105,6 +105,10 @@ languages: url: https://github.com/harmonydata/harmony pre: github weight: 60 + - name: Discord + url: https://discord.com/invite/harmonydata + pre: discord + weight: 70 footer: - name: About us @@ -227,6 +231,10 @@ languages: url: https://github.com/harmonydata/harmony pre: github weight: 60 + - name: Discord + url: https://discord.com/invite/harmonydata + pre: discord + weight: 70 footer: - name: About us diff --git a/content/en/_index.md b/content/en/_index.md index 2c112c4c..41cfa8e2 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -120,7 +120,7 @@ blocks: code: | ```vshell docker pull harmonydata/harmonyapi - docker run -p 8000:8000 -p 3000:3000 harmonydata/harmonywithtika + docker run -p 8000:8000 -p 3000:3000 harmonydata/harmonyapi ``` - block: logos diff --git a/layouts/partials/icons/discord.svg b/layouts/partials/icons/discord.svg new file mode 100644 index 00000000..7f9a31f0 --- /dev/null +++ b/layouts/partials/icons/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file