Skip to content

Commit 53a07d6

Browse files
committed
add discord-invite.html redirect to appropriate discord invite
1 parent 5ecf063 commit 53a07d6

6 files changed

Lines changed: 175 additions & 956 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v13
1+
v19

content/discord-invite.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
type: redirect
3+
target: https://discord.gg/2SZcvUVXbr
4+
---

layouts/page/community.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="title text-red">Help</h2>
4040
"Pyramid"</a> have over 600 followers.
4141
</p>
4242
<p>Developers can be reached on the <a
43-
href="https://discord.gg/2SZcvUVXbr">Pylons Project Discord</a>.
43+
href="discord-invite.html">Pylons Project Discord</a>.
4444
Some may also linger on the <a
4545
href="https://web.libera.chat/#pyramid">#pyramid</a> channel on the Libera.Chat IRC
4646
Network.

layouts/redirect/single.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>{{ .Params.target }}</title>
5+
<meta charset="utf-8">
6+
<meta http-equiv="refresh" content="0; url={{ .Params.target }}">
7+
</head>
8+
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"hugo-bin": "^0.97.0",
4747
"imports-loader": "^4.0.1",
4848
"mini-css-extract-plugin": "^2.7.2",
49-
"node-sass": "^8.0.0",
49+
"sass": "^1.97.3",
5050
"npm-run-all": "^4.1.5",
5151
"postcss-loader": "^7.0.2",
5252
"raw-loader": "^4.0.2",

0 commit comments

Comments
 (0)