diff --git a/README.md b/README.md index af13b4b..c8b9fe7 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ composer require micmania1/silverstripe-blog:1.0.* * RSS Feed of the blog +## Screenshots +*Easily manage and add new blog posts through a GridField.* +![](screenshots/blog-post-management.png) + +*Quickly add new tags and categories.* +![](screenshots/blogpost-add-tags-categories.png) + ## Usage Because the blog is part of the SiteTree the usage is the same as any other page. diff --git a/screenshots/blog-post-management.png b/screenshots/blog-post-management.png new file mode 100755 index 0000000..03300ed Binary files /dev/null and b/screenshots/blog-post-management.png differ diff --git a/screenshots/blogpost-add-tags-categories.png b/screenshots/blogpost-add-tags-categories.png new file mode 100755 index 0000000..a091d3d Binary files /dev/null and b/screenshots/blogpost-add-tags-categories.png differ