Skip to content

Commit efc67b3

Browse files
committed
gitignore scss-config.js
1 parent 5924cbf commit efc67b3

File tree

3 files changed

+35
-18
lines changed

3 files changed

+35
-18
lines changed

site/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
static/
44
(issue)/
55

6+
scss-config.js
7+
68
node_modules/
79
build/
810
.svelte-kit/

site/scss-config.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

site/src/data/site.json

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"meta": {
3-
"exported": "2025-05-13",
4-
"file_count": 33,
5-
"page_count": 32
3+
"exported": "2025-05-16",
4+
"file_count": 34,
5+
"page_count": 33
66
},
77
"index": {
88
"01": {
@@ -173,6 +173,12 @@
173173
"issues/28.md"
174174
]
175175
},
176+
"29": {
177+
"route": null,
178+
"pages": [
179+
"issues/29.md"
180+
]
181+
},
176182
"404": {
177183
"route": null,
178184
"pages": [
@@ -986,9 +992,9 @@
986992
},
987993
"issues/28.md": {
988994
"path": "issues/28.md",
989-
"last_deploy": "2025-05-13 12:30:40 +0100",
990-
"slocs": 176,
991-
"chars": 4618,
995+
"last_deploy": "2025-05-13 13:48:25 +0100",
996+
"slocs": 174,
997+
"chars": 4445,
992998
"isIndex": false,
993999
"flags": [
9941000
"live"
@@ -1007,6 +1013,27 @@
10071013
"date": "2025-05-13",
10081014
"date_display": "2025 May 13"
10091015
},
1016+
"issues/29.md": {
1017+
"path": "issues/29.md",
1018+
"last_deploy": "2025-05-16 12:02:33 +0100",
1019+
"slocs": 197,
1020+
"chars": 5561,
1021+
"isIndex": false,
1022+
"flags": [
1023+
"live"
1024+
],
1025+
"dest": "issues/(issue)/29",
1026+
"title": "Expect the Exception",
1027+
"head": "Expect the Exception",
1028+
"capt": null,
1029+
"desc": null,
1030+
"index": [
1031+
"29"
1032+
],
1033+
"tags": [],
1034+
"date": "2025-05-16",
1035+
"date_display": "2025 May 16"
1036+
},
10101037
"issues/404.md": {
10111038
"path": "issues/404.md",
10121039
"last_deploy": "2025-04-24 10:29:17 +0100",

0 commit comments

Comments
 (0)