Skip to content

Commit 74ea41a

Browse files
committed
Misc Updates
1 parent 9adc590 commit 74ea41a

File tree

6 files changed

+64
-5
lines changed

6 files changed

+64
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: 'Pages'
33
on:
44
push:
55
branches: ['master']
6+
paths:
7+
- src/**
68
repository_dispatch:
79
types:
810
- webhook

.prettierrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"singleQuote": true,
66
"overrides": [
77
{
8-
"files": ["**/*.html"],
8+
"files": ["**/*.json", "**/*.yaml", "**/*.yml"],
99
"options": {
1010
"singleQuote": false
1111
}
1212
},
1313
{
14-
"files": ["**/*.json", "**/*.yaml"],
14+
"files": ["**/*.json", "**/*.yaml", "**/*.yml"],
1515
"options": {
1616
"tabWidth": 2
1717
}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![Pages](https://github.com/cssnr/cssnr.github.io/actions/workflows/build.yaml/badge.svg)](https://github.com/cssnr/cssnr.github.io/actions/workflows/build.yaml)
22
# CSSNR GitHub Pages
33

4-
* Website: https://cssnr.github.io/
5-
* Github: https://github.com/cssnr/
4+
* Website: https://cssnr.github.io/
5+
* Github: https://github.com/cssnr/
6+
* Discord: https://discord.gg/wXy6m2X8wY
67

78
More Info Coming Soon...

assets/discord-welcome.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"embeds": [
3+
{
4+
"thumbnail": {
5+
"url": "https://cssnr.github.io/media/logo.png",
6+
"width": 128,
7+
"height": 128
8+
},
9+
"author": {
10+
"name": "Website",
11+
"url": "https://cssnr.github.io/"
12+
},
13+
"fields": [
14+
{
15+
"name": "Motto",
16+
"value": "> Give a man a fish, and you feed him for a day. Teach a man to fish, and you feed him for a lifetime...",
17+
"inline": false
18+
},
19+
{
20+
"name": "Admins",
21+
"value": "<@111150265075298304>, <@111148006983614464>",
22+
"inline": true
23+
},
24+
{
25+
"name": "Created",
26+
"value": "<t:1634449620:R>",
27+
"inline": true
28+
},
29+
{
30+
"name": "Links",
31+
"value": "[Website](https://cssnr.github.io/) | [GitHub](https://github.com/cssnr/) | [Discord](https://discord.gg/wXy6m2X8wY)",
32+
"inline": false
33+
},
34+
{
35+
"name": "⭐ Featured App: Django Files",
36+
"value": "[Django Files](https://django-files.github.io/) | [Django Files Web Extension](https://django-files.github.io/extension/) | [Zipline CLI](https://github.com/cssnr/zipline-cli)",
37+
"inline": false
38+
}
39+
],
40+
"color": 35406,
41+
"type": "rich",
42+
"description": "Welcome to the CSSNR Discord Server.\n\n\uD83D\uDCAC General Chat <#899177026706096138>\n\uD83D\uDECE\uFE0F Support/Help <#1258926117029548122>\n\uD83D\uDCA1 Make Requests <#1258926177070878781>\n\nCurrent development includes Web Applications and API's, Web Extension, GitHub Actions and Docker; primarily using Python and JavaScript.",
43+
"url": "https://discord.gg/WFCnRNTZVT",
44+
"title": "CSSNR"
45+
}
46+
]
47+
}

src/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ site_name: CSSNR GitHub Pages
99
github_url: https://github.com/cssnr
1010

1111
discord_invite: https://discord.gg/wXy6m2X8wY
12-
discord_webhook: https://discord.com/api/webhooks/242137648028712961/4xM7SXClH_i8we_epG6AXMaqhueg5L5oAVf1dnLw1_el05OxZ-JVfph-QrcQwPkOMJem
12+
discord_webhook: https://discord.com/api/webhooks/1258944618389569566/gqge0T5UZcJHLxfAFLPNjlzsuqikQJtTlCRvVWbw2ufDv_WrJ8yzVRWenb__s1PxyawH

src/js/config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,15 @@ const githubActions = [
268268
},
269269
fa: 'faJs',
270270
},
271+
{
272+
name: 'Parse Issue Form',
273+
url: 'https://github.com/cssnr/parse-issue-form-action',
274+
description: 'Parse Issue Forms Into Individual Outputs.',
275+
links: {
276+
GitHub: 'https://github.com/cssnr/parse-issue-form-action',
277+
},
278+
fa: 'faJs',
279+
},
271280
{
272281
name: 'Stack Deploy',
273282
url: 'https://github.com/cssnr/stack-deploy-action',

0 commit comments

Comments
 (0)