[x] Parsing authors.yml to Author and List objects
[x] retrieving the correct author from the post and parsing the authros information from authros file to Author object
[x] bringing back database elements
Additionally:
[x] changing identification of post header (yaml part) from regex-detection to Strings split("...") function due to possible StackOverflowError of regex.
Additionally: