diff --git a/README.md b/README.md index 40fe1fe..a914769 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,21 @@ How to use it: image: 7.jpg ``` +#### Author + +This section is for describe the author of the story. + +```yaml + - type: author + name: Adrien Beudin + text: Some text + image: IMG_20150725_200941.jpg + twitter: beudbeud (Optional) + facebook: beudbeud (Optional) + website: plop.fr (Optional) +``` + + ### Images caption @@ -393,7 +408,25 @@ And on pictures-group - image5.jpg ``` +### Background settings +For all section you can define the background. + +Exemple for background color + +```yaml + - type: bordered-picture + background: "#555" + image: another_picture.jpg +``` + +or you can use picture + +```yaml + - type: bordered-picture + background: "url(background_picture.jpg)" + image: another_picture.jpg +``` ### Example