diff --git a/docs/en/_images/widgets-archive.png b/docs/en/_images/widgets-archive.png new file mode 100644 index 0000000..787df18 Binary files /dev/null and b/docs/en/_images/widgets-archive.png differ diff --git a/docs/en/_images/widgets-categories.png b/docs/en/_images/widgets-categories.png new file mode 100644 index 0000000..954f393 Binary files /dev/null and b/docs/en/_images/widgets-categories.png differ diff --git a/docs/en/_images/widgets-recent-posts.png b/docs/en/_images/widgets-recent-posts.png new file mode 100644 index 0000000..6e8f3a9 Binary files /dev/null and b/docs/en/_images/widgets-recent-posts.png differ diff --git a/docs/en/_images/widgets-tags.png b/docs/en/_images/widgets-tags.png new file mode 100644 index 0000000..bdb5941 Binary files /dev/null and b/docs/en/_images/widgets-tags.png differ diff --git a/docs/en/_images/widgets.png b/docs/en/_images/widgets.png new file mode 100644 index 0000000..ff696b4 Binary files /dev/null and b/docs/en/_images/widgets.png differ diff --git a/docs/en/features.md b/docs/en/features.md index 48d5330..a059310 100644 --- a/docs/en/features.md +++ b/docs/en/features.md @@ -10,6 +10,7 @@ * Custom GridField components for quickly adding new objects. * RSS Feed of the blog * [Custom pagination](pagination.md). +* [Widgets](widgets.md) (optional) ## Screenshots diff --git a/docs/en/widgets.md b/docs/en/widgets.md new file mode 100644 index 0000000..606262d --- /dev/null +++ b/docs/en/widgets.md @@ -0,0 +1,35 @@ +# Widgets + +The blog module comes bundled with some useful widgets. To take advantage of them, you'll need to install the [SilverStripe widgets module](https://github.com/silverstripe/silverstripe-widgets). Widgets are totally optional - so your blog will work just fine without having widgets installed. + +Once you have widgets installed you'll see the "Widgets" tab in the content section of your blog. + +![](_images/widgets.png) + +To add a widget - simply click the *plus* icon and the widget will be appear in the "Widgets currently used" column. + +After you've finished adding widgets, publish your blog, and your freshly minted widgets will appear in your blog's sidebar. + +## Archive + +The archive widget helps you keep historical content relevant, by generating a list of posts, ordered by month or year. + +![](_images/widgets-archive.png) + +## Blog Categories + +The blog categories widget lets your readers easily find the content they're interested in. + +![](_images/widgets-categories.png) + +## Recent Posts + +The recent posts widget is great for providing quick links to your latest content. + +![](_images/widgets-recent-posts.png) + +## Blog Tags + +Similar to the blog categories widget, blog tags help your readers find relevant content, at more fine grained level. + +![](_images/widgets-tags.png)