Skip to content

Commit 9d35543

Browse files
committed
Updates
1 parent 19f15ff commit 9d35543

18 files changed

+78
-21
lines changed

asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.8cf62888.css",
4-
"main.js": "/static/js/main.47b86117.js",
3+
"main.css": "/static/css/main.77e24359.css",
4+
"main.js": "/static/js/main.801503df.js",
55
"static/js/453.33f95396.chunk.js": "/static/js/453.33f95396.chunk.js",
66
"index.html": "/index.html",
7-
"main.8cf62888.css.map": "/static/css/main.8cf62888.css.map",
8-
"main.47b86117.js.map": "/static/js/main.47b86117.js.map",
7+
"main.77e24359.css.map": "/static/css/main.77e24359.css.map",
8+
"main.801503df.js.map": "/static/js/main.801503df.js.map",
99
"453.33f95396.chunk.js.map": "/static/js/453.33f95396.chunk.js.map"
1010
},
1111
"entrypoints": [
12-
"static/css/main.8cf62888.css",
13-
"static/js/main.47b86117.js"
12+
"static/css/main.77e24359.css",
13+
"static/js/main.801503df.js"
1414
]
1515
}

data/logs.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,53 @@
55
"author": "Douglas Adams",
66
"date": "2025-10-15",
77
"rating": 5,
8-
"link": "https://www.goodreads.com/book/show/386162.The_Hitchhiker_s_Guide_to_the_Galaxy"
8+
"link": "https://www.goodreads.com/book/show/386162.The_Hitchhiker_s_Guide_to_the_Galaxy",
9+
"slug": "the-hitchhikers-guide-to-the-galaxy"
910
},
1011
{
1112
"title": "The Matrix",
1213
"category": "Movie",
1314
"director": "The Wachowskis",
1415
"date": "2025-10-14",
1516
"rating": 5,
16-
"link": "https://www.imdb.com/title/tt0133093/"
17+
"link": "https://www.imdb.com/title/tt0133093/",
18+
"slug": "the-matrix"
1719
},
1820
{
1921
"title": "The Legend of Zelda: Breath of the Wild",
2022
"category": "Game",
2123
"platform": "Nintendo Switch",
2224
"date": "2025-10-12",
2325
"rating": 5,
24-
"link": "https://www.zelda.com/breath-of-the-wild/"
26+
"link": "https://www.zelda.com/breath-of-the-wild/",
27+
"slug": "the-legend-of-zelda-breath-of-the-wild"
2528
},
2629
{
2730
"title": "The Go Programming Language",
2831
"category": "Book",
2932
"author": "Alan A. A. Donovan & Brian W. Kernighan",
3033
"date": "2025-10-10",
3134
"rating": 5,
32-
"link": "https://www.gopl.io/"
35+
"link": "https://www.gopl.io/",
36+
"slug": "the-go-programming-language"
3337
},
3438
{
3539
"title": "How to build a mechanical keyboard",
3640
"category": "Article",
3741
"source": "PC Gamer",
3842
"date": "2025-10-08",
3943
"rating": 4,
40-
"link": "https://www.pcgamer.com/how-to-build-a-mechanical-keyboard/"
44+
"link": "https://www.pcgamer.com/how-to-build-a-mechanical-keyboard/",
45+
"slug": "how-to-build-a-mechanical-keyboard"
4146
},
4247
{
4348
"title": "In the Aeroplane Over the Sea",
4449
"category": "Music",
4550
"artist": "Neutral Milk Hotel",
4651
"date": "2025-10-06",
4752
"rating": 5,
48-
"link": "https://www.youtube.com/watch?v=hD6_q5d4v-w"
53+
"link": "https://www.youtube.com/watch?v=hD6_q5d4v-w",
54+
"slug": "in-the-aeroplane-over-the-sea"
4955
},
5056
{
5157
"title": "Breaking Bad",
@@ -54,6 +60,7 @@
5460
"year": "2008-2013",
5561
"date": "2025-10-04",
5662
"rating": 5,
57-
"link": "https://www.imdb.com/title/tt0903747/"
63+
"link": "https://www.imdb.com/title/tt0903747/",
64+
"slug": "breaking-bad"
5865
}
5966
]

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"/><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"><title>fezcodex</title><script defer="defer" src="/static/js/main.47b86117.js"></script><link href="/static/css/main.8cf62888.css" rel="stylesheet"></head><body class="bg-gray-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"/><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"><title>fezcodex</title><script defer="defer" src="/static/js/main.801503df.js"></script><link href="/static/css/main.77e24359.css" rel="stylesheet"></head><body class="bg-gray-950"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logo192.png

566 Bytes
Loading

logo512.png

9.07 KB
Loading

logs/breaking-bad.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Breaking Bad
2+
3+
- **Category:** Series
4+
- **Creator:** Vince Gilligan
5+
- **Year:** 2008-2013
6+
- **Date:** 2025-10-04
7+
- **Rating:** 5/5
8+
- **Link:** [IMDb](https://www.imdb.com/title/tt0903747/)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to build a mechanical keyboard
2+
3+
- **Category:** Article
4+
- **Source:** PC Gamer
5+
- **Date:** 2025-10-08
6+
- **Rating:** 4/5
7+
- **Link:** [PC Gamer](https://www.pcgamer.com/how-to-build-a-mechanical-keyboard/)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# In the Aeroplane Over the Sea
2+
3+
- **Category:** Music
4+
- **Artist:** Neutral Milk Hotel
5+
- **Date:** 2025-10-06
6+
- **Rating:** 5/5
7+
- **Link:** [YouTube](https://www.youtube.com/watch?v=hD6_q5d4v-w)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# The Go Programming Language
2+
3+
- **Category:** Book
4+
- **Author:** Alan A. A. Donovan & Brian W. Kernighan
5+
- **Date:** 2025-10-10
6+
- **Rating:** 5/5
7+
- **Link:** [gopl.io](https://www.gopl.io/)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# The Hitchhiker's Guide to the Galaxy
2+
3+
- **Category:** Book
4+
- **Author:** Douglas Adams
5+
- **Date:** 2025-10-15
6+
- **Rating:** 5/5
7+
- **Link:** [Goodreads](https://www.goodreads.com/book/show/386162.The_Hitchhiker_s_Guide_to_the_Galaxy)

0 commit comments

Comments
 (0)