Skip to content

Commit 8031f1a

Browse files
committed
major post refactor
1 parent ce41696 commit 8031f1a

35 files changed

+67
-260
lines changed

public/dnd/episodes.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
"bookId": 1,
44
"bookTitle": "Book One: The Shadowed Path",
55
"episodes": [
6-
{ "id": 1, "filename": "episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
7-
{ "id": 2, "filename": "episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
6+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
7+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
88
],
99
"overlay": "red"
1010
},
1111

1212
{
1313
"bookId": 2,
14-
"bookTitle": "Book Two: Separated Bitches",
14+
"bookTitle": "Book Two: Separated Riches",
1515
"episodes": [
16-
{ "id": 1, "filename": "episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
17-
{ "id": 2, "filename": "episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
16+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
17+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
1818
],
1919
"overlay": "blue"
2020
},
2121

2222
{
2323
"bookId": 3,
24-
"bookTitle": "Book Three: Separated Bitches",
24+
"bookTitle": "Book Three: Separated Riches",
2525
"episodes": [
26-
{ "id": 1, "filename": "episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
27-
{ "id": 2, "filename": "episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
26+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
27+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
2828
],
2929
"overlay": "black"
3030
},
3131

3232
{
3333
"bookId": 4,
34-
"bookTitle": "Book Four: Separated Bitches",
34+
"bookTitle": "Book Four: Separated Riches",
3535
"episodes": [
36-
{ "id": 1, "filename": "episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
37-
{ "id": 2, "filename": "episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
36+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
37+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
3838
],
3939
"overlay": "green"
4040
}
41-
]
41+
]

public/posts/code-example-post.txt

Lines changed: 0 additions & 48 deletions
This file was deleted.
File renamed without changes.

public/posts/first-post.txt

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

public/posts/gemini-explains-how-hooks-work-with-toast-component.txt renamed to public/posts/gemini-explains-how-hooks-work-with-toast-component.md

File renamed without changes.

public/posts/gemini-explains-how-image-modal-works.txt renamed to public/posts/gemini-explains-how-image-modal-works.md

File renamed without changes.

public/posts/gemini-react-components.txt

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

public/posts/gemini-react-intro.txt

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

0 commit comments

Comments
 (0)