## When Adding a Post
When the add function of the blog is triggered, it will shift the posts
-as it currently does and then will generate a new UUID and take the
+as it currently does and then will generate a new unique ID and take the
current timestamp. This will be saved in a JSON file in the output
directory called "metadata.json"
tPost <Object>
+html <String> // The markup of the post
+publishedOn <Number> // The timestamp when this post was added
- +uuid <String> // The UUID for this post
+ +id <String> // The Unique ID for this post
```
+Given that posts won't come in at a high enough rate, and that the
+purpouse is only to help feed readers identify each unique piece of
+content, for this version the `id` will be the same number as the
+`publishedOn`.
+
## The Generator Interface
Every generator must implement this interface in order to work with