Skip to content

Commit a23f11a

Browse files
committed
Updates
1 parent 22999e7 commit a23f11a

13 files changed

+51
-42
lines changed

apps/apps.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"icon": "GameControllerIcon",
66
"order": 1,
77
"apps": [
8+
{
9+
"slug": "feztype",
10+
"to": "/apps/feztype",
11+
"title": "FezType (Typing Speed Tester)",
12+
"description": "Test and improve your typing speed.",
13+
"icon": "KeyboardIcon",
14+
"created_at": "2025-11-10T14:00:00+03:00"
15+
},
816
{
917
"slug": "card-game",
1018
"to": "/apps/card-game",
@@ -447,4 +455,4 @@
447455
}
448456
]
449457
}
450-
}
458+
}

asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.57db95ca.css",
4-
"main.js": "/static/js/main.b57d00fd.js",
3+
"main.css": "/static/css/main.d2e1f206.css",
4+
"main.js": "/static/js/main.82bb48c4.js",
55
"static/js/453.f568ff1d.chunk.js": "/static/js/453.f568ff1d.chunk.js",
66
"static/media/border.jpg": "/static/media/border.b7869a9ea7ccd009873c.jpg",
77
"static/media/parchment.png": "/static/media/parchment.c4af92656f29dc66bd67.png",
@@ -10,12 +10,12 @@
1010
"static/media/slick.ttf": "/static/media/slick.c94f7671dcc99dce43e2.ttf",
1111
"static/media/slick.woff": "/static/media/slick.295183786cd8a1389865.woff",
1212
"index.html": "/index.html",
13-
"main.57db95ca.css.map": "/static/css/main.57db95ca.css.map",
14-
"main.b57d00fd.js.map": "/static/js/main.b57d00fd.js.map",
13+
"main.d2e1f206.css.map": "/static/css/main.d2e1f206.css.map",
14+
"main.82bb48c4.js.map": "/static/js/main.82bb48c4.js.map",
1515
"453.f568ff1d.chunk.js.map": "/static/js/453.f568ff1d.chunk.js.map"
1616
},
1717
"entrypoints": [
18-
"static/css/main.57db95ca.css",
19-
"static/js/main.b57d00fd.js"
18+
"static/css/main.d2e1f206.css",
19+
"static/js/main.82bb48c4.js"
2020
]
2121
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="alternate" type="application/rss+xml" title="Fezcodex RSS Feed" href="/rss.xml"/><meta name="description" content="codex by fezcode..."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Arvo&family=Inter&family=Playfair+Display&display=swap" rel="stylesheet"><title>fezcodex</title><script defer="defer" src="/static/js/main.b57d00fd.js"></script><link href="/static/css/main.57db95ca.css" rel="stylesheet"></head><body class="bg-slate-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en" class="dark"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="alternate" type="application/rss+xml" title="Fezcodex RSS Feed" href="/rss.xml"/><meta name="description" content="codex by fezcode..."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Arvo&family=Inter&family=Playfair+Display&display=swap" rel="stylesheet"><title>fezcodex</title><script defer="defer" src="/static/js/main.82bb48c4.js"></script><link href="/static/css/main.d2e1f206.css" rel="stylesheet"></head><body class="bg-slate-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logs/logs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"slug": "iloveimg",
3030
"title": "ILoveImg.com",
3131
"image": "/images/defaults/adrianna-geo-1rBg5YSi00c-unsplash.jpg",
32-
"description": "An image editor website"
32+
"description": "An image editor website",
33+
"rating": 5
3334
},
3435
{
3536
"category": "Websites",

rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Wed, 26 Nov 2025 14:52:27 GMT</lastBuildDate>
12+
<lastBuildDate>Wed, 26 Nov 2025 17:38:54 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Wed, 26 Nov 2025 14:52:27 GMT</pubDate>
14+
<pubDate>Wed, 26 Nov 2025 17:38:54 GMT</pubDate>
1515
<copyright><![CDATA[2025 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>

sitemap.xml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,55 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://fezcode.com/</loc>
5-
<lastmod>2025-11-26T14:52:28.129Z</lastmod>
5+
<lastmod>2025-11-26T17:38:55.188Z</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>
88
</url>
99
<url>
1010
<loc>https://fezcode.com/about</loc>
11-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
11+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
1212
<changefreq>monthly</changefreq>
1313
<priority>0.8</priority>
1414
</url>
1515
<url>
1616
<loc>https://fezcode.com/blog</loc>
17-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
17+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
1818
<changefreq>monthly</changefreq>
1919
<priority>0.8</priority>
2020
</url>
2121
<url>
2222
<loc>https://fezcode.com/projects</loc>
23-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
23+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
2424
<changefreq>monthly</changefreq>
2525
<priority>0.8</priority>
2626
</url>
2727
<url>
2828
<loc>https://fezcode.com/logs</loc>
29-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
29+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
3030
<changefreq>monthly</changefreq>
3131
<priority>0.8</priority>
3232
</url>
3333
<url>
3434
<loc>https://fezcode.com/stories</loc>
35-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
35+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
3636
<changefreq>monthly</changefreq>
3737
<priority>0.8</priority>
3838
</url>
3939
<url>
4040
<loc>https://fezcode.com/settings</loc>
41-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
41+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
4242
<changefreq>monthly</changefreq>
4343
<priority>0.8</priority>
4444
</url>
4545
<url>
4646
<loc>https://fezcode.com/apps</loc>
47-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
47+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
4848
<changefreq>monthly</changefreq>
4949
<priority>0.8</priority>
5050
</url>
5151
<url>
5252
<loc>https://fezcode.com/stories/lore</loc>
53-
<lastmod>2025-11-26T14:52:28.130Z</lastmod>
53+
<lastmod>2025-11-26T17:38:55.189Z</lastmod>
5454
<changefreq>monthly</changefreq>
5555
<priority>0.8</priority>
5656
</url>
@@ -578,79 +578,79 @@
578578
</url>
579579
<url>
580580
<loc>https://fezcode.com/#/stories/books/1</loc>
581-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
581+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
582582
<changefreq>monthly</changefreq>
583583
<priority>0.6</priority>
584584
</url>
585585
<url>
586586
<loc>https://fezcode.com/#/stories/books/1/pages/1</loc>
587-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
587+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
588588
<changefreq>weekly</changefreq>
589589
<priority>0.5</priority>
590590
</url>
591591
<url>
592592
<loc>https://fezcode.com/#/stories/books/2</loc>
593-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
593+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
594594
<changefreq>monthly</changefreq>
595595
<priority>0.6</priority>
596596
</url>
597597
<url>
598598
<loc>https://fezcode.com/#/stories/books/2/pages/1</loc>
599-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
599+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
600600
<changefreq>weekly</changefreq>
601601
<priority>0.5</priority>
602602
</url>
603603
<url>
604604
<loc>https://fezcode.com/#/stories/books/3</loc>
605-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
605+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
606606
<changefreq>monthly</changefreq>
607607
<priority>0.6</priority>
608608
</url>
609609
<url>
610610
<loc>https://fezcode.com/#/stories/books/3/pages/1</loc>
611-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
611+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
612612
<changefreq>weekly</changefreq>
613613
<priority>0.5</priority>
614614
</url>
615615
<url>
616616
<loc>https://fezcode.com/#/stories/books/3/pages/2</loc>
617-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
617+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
618618
<changefreq>weekly</changefreq>
619619
<priority>0.5</priority>
620620
</url>
621621
<url>
622622
<loc>https://fezcode.com/#/stories/books/4</loc>
623-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
623+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
624624
<changefreq>monthly</changefreq>
625625
<priority>0.6</priority>
626626
</url>
627627
<url>
628628
<loc>https://fezcode.com/#/stories/books/4/pages/1</loc>
629-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
629+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
630630
<changefreq>weekly</changefreq>
631631
<priority>0.5</priority>
632632
</url>
633633
<url>
634634
<loc>https://fezcode.com/#/stories/books/4/pages/2</loc>
635-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
635+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
636636
<changefreq>weekly</changefreq>
637637
<priority>0.5</priority>
638638
</url>
639639
<url>
640640
<loc>https://fezcode.com/#/stories/books/5</loc>
641-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
641+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
642642
<changefreq>monthly</changefreq>
643643
<priority>0.6</priority>
644644
</url>
645645
<url>
646646
<loc>https://fezcode.com/#/stories/books/5/pages/1</loc>
647-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
647+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
648648
<changefreq>weekly</changefreq>
649649
<priority>0.5</priority>
650650
</url>
651651
<url>
652652
<loc>https://fezcode.com/#/stories/books/5/pages/2</loc>
653-
<lastmod>2025-11-26T14:52:28.135Z</lastmod>
653+
<lastmod>2025-11-26T17:38:55.195Z</lastmod>
654654
<changefreq>weekly</changefreq>
655655
<priority>0.5</priority>
656656
</url>

static/css/main.57db95ca.css

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

static/css/main.57db95ca.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/css/main.d2e1f206.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.d2e1f206.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)