From 15c5e94472216b42967e68c31d2c8ddd59aade21 Mon Sep 17 00:00:00 2001 From: FirstMegaGame4 <84094287+FirstMegaGame4@users.noreply.github.com> Date: Sun, 5 May 2024 19:08:50 +0200 Subject: [PATCH] discord stuff --- docs/_config.yml | 3 ++ docs/_layouts/discord.html | 95 ++++++++++++++++++++++++++++++++++++++ docs/discord-link.html | 6 --- docs/discord-link.markdown | 3 ++ docs/discord.html | 6 --- docs/discord.markdown | 3 ++ 6 files changed, 104 insertions(+), 12 deletions(-) create mode 100644 docs/_layouts/discord.html delete mode 100644 docs/discord-link.html create mode 100644 docs/discord-link.markdown delete mode 100644 docs/discord.html create mode 100644 docs/discord.markdown diff --git a/docs/_config.yml b/docs/_config.yml index 264f77d..5d95250 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -32,6 +32,9 @@ plugins: art_root: "https://raw.githubusercontent.com/MModding/art/main" +socials: + discord: gMaqQBsXAa + minima: skin: dark diff --git a/docs/_layouts/discord.html b/docs/_layouts/discord.html new file mode 100644 index 0000000..b212fcb --- /dev/null +++ b/docs/_layouts/discord.html @@ -0,0 +1,95 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/discord-link.html b/docs/discord-link.html deleted file mode 100644 index 9c30cb9..0000000 --- a/docs/discord-link.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/docs/discord-link.markdown b/docs/discord-link.markdown new file mode 100644 index 0000000..68602be --- /dev/null +++ b/docs/discord-link.markdown @@ -0,0 +1,3 @@ +--- +layout: discord +--- \ No newline at end of file diff --git a/docs/discord.html b/docs/discord.html deleted file mode 100644 index 9c30cb9..0000000 --- a/docs/discord.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/docs/discord.markdown b/docs/discord.markdown new file mode 100644 index 0000000..68602be --- /dev/null +++ b/docs/discord.markdown @@ -0,0 +1,3 @@ +--- +layout: discord +--- \ No newline at end of file