You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,7 +80,9 @@ The `books.piml` file is a PIML document that, when parsed, results in an object
72
80
### Author Object Properties:
73
81
74
82
*`name` (String): The name of the author.
83
+
*`alias` (String): A unique alias for the author, used to link episodes to this author.
75
84
*`website` (String, Optional): The website or URL associated with the author.
85
+
*`image` (String): A URL to the author's profile picture.
76
86
77
87
### Book Object Properties:
78
88
@@ -86,7 +96,7 @@ The `books.piml` file is a PIML document that, when parsed, results in an object
86
96
*`id` (Number): A unique identifier for the episode within its book.
87
97
*`filename` (String): The relative path to the plain text file containing the episode's content. This path is relative to the `public/stories/` directory (e.g., `book-one/episode1.txt`).
88
98
*`title` (String): The title of the episode.
89
-
*`author` (String): The author of the episode.
99
+
*`author` (String): The alias of the author of the episode, matching an `alias` in the `authors` section.
90
100
*`date` (String): The original release date of the episode.
91
101
*`updated` (String): The last update date of the episode.
0 commit comments