diff --git a/docs/en/userguide/adding-blog-posts.md b/docs/en/userguide/adding-blog-posts.md index 9b60918..105c3ba 100644 --- a/docs/en/userguide/adding-blog-posts.md +++ b/docs/en/userguide/adding-blog-posts.md @@ -1,3 +1,8 @@ +--- +title: Adding a blog post +summary: How to add a new blog post. +--- + # Adding a blog post ## Creating a new blog @@ -16,7 +21,7 @@ To create a blog post, click on your Blog page in the Page Tree in the site-tree ![Adding a blog post](_images/blogging-add-blog-post.png) -Fill out your blog post content as you would any page in the CMS. +Fill out your blog post content as you would any page in the CMS. You can also include a banner images and a custom summary description (if this is omitted the first 30 words of your post content will be used when displaying your posts's abstract). @@ -24,4 +29,4 @@ You can also include a banner images and a custom summary description (if this i From the tab labelled 'Post Options' you can set a publish date, categories, tags and authors. -![Setting blog options](_images/blogging-options.png) \ No newline at end of file +![Setting blog options](_images/blogging-options.png) diff --git a/docs/en/userguide/custom-publish-dates.md b/docs/en/userguide/custom-publish-dates.md index ff13288..47c1681 100644 --- a/docs/en/userguide/custom-publish-dates.md +++ b/docs/en/userguide/custom-publish-dates.md @@ -1,3 +1,7 @@ +--- +title: Custom publish dates +--- + # Custom publish dates Sometimes to want to write a post now, and have it published automatically, some time in the future. diff --git a/docs/en/userguide/index.md b/docs/en/userguide/index.md index 7932a2e..73e2b09 100644 --- a/docs/en/userguide/index.md +++ b/docs/en/userguide/index.md @@ -1,6 +1,7 @@ +--- title: Blogging summary: Working with blogging and comments in SilverStripe CMS. - +--- # Blogging in SilverStripe CMS ## Before we begin @@ -16,4 +17,4 @@ Make sure that your SilverStripe CMS installation has the [Blog](https://addons. * [RSS Feed](rss-feed.md) * [Tags and categories](tags-and-categories.md) * [Using widgets](using-widgets.md) - * [Managing comments](managing-comments.md) \ No newline at end of file + * [Managing comments](managing-comments.md) diff --git a/docs/en/userguide/managing-comments.md b/docs/en/userguide/managing-comments.md index 18433d9..6035fff 100644 --- a/docs/en/userguide/managing-comments.md +++ b/docs/en/userguide/managing-comments.md @@ -1,3 +1,7 @@ +--- +title: Managing comments +--- + # Managing comments **This guide assumes you have the optional [Comments](https://addons.silverstripe.org/add-ons/silverstripe/comments/) module installed** diff --git a/docs/en/userguide/pagination.md b/docs/en/userguide/pagination.md index e8d45c6..f87f304 100644 --- a/docs/en/userguide/pagination.md +++ b/docs/en/userguide/pagination.md @@ -1,3 +1,7 @@ +--- +title: Pagination +--- + # Pagination By default your Blog will display ten posts per page. The number of posts per page is configurable via the "Settings" tab. Setting posts per page to zero will disable pagination, displaying all of your posts on a single page. diff --git a/docs/en/userguide/roles.md b/docs/en/userguide/roles.md index e714d70..3f4688d 100644 --- a/docs/en/userguide/roles.md +++ b/docs/en/userguide/roles.md @@ -1,3 +1,7 @@ +--- +title: Roles +--- + # Roles Blog authoring and management can be delegated to users at up to three different levels. Users assigned to a blog diff --git a/docs/en/userguide/rss-feed.md b/docs/en/userguide/rss-feed.md index 422c1f6..51a3d43 100644 --- a/docs/en/userguide/rss-feed.md +++ b/docs/en/userguide/rss-feed.md @@ -1,3 +1,7 @@ +--- +title: RSS feed +--- + # RSS feed Each blog you create comes with it's own RSS feed. Access your blog's RSS feed by adding '/rss' to the end of the URL. For example http://yoursite.com/yourblog/rss/ diff --git a/docs/en/userguide/tags-and-categories.md b/docs/en/userguide/tags-and-categories.md index b2a22c4..1a61043 100644 --- a/docs/en/userguide/tags-and-categories.md +++ b/docs/en/userguide/tags-and-categories.md @@ -1,3 +1,7 @@ +--- +title: Tags and categories +--- + # Tags and categories Quickly add new tags and categories to your posts. diff --git a/docs/en/userguide/using-widgets.md b/docs/en/userguide/using-widgets.md index 46124b0..c7f3650 100644 --- a/docs/en/userguide/using-widgets.md +++ b/docs/en/userguide/using-widgets.md @@ -1,3 +1,7 @@ +--- +title: Using widgets +--- + # Using Widgets **This guide assumes you have the optional [Widgets](https://addons.silverstripe.org/add-ons/silverstripe/widgets/) module installed** @@ -36,7 +40,7 @@ Similar to the blog categories widget, blog tags help your readers find relevant ## Optional extra widgets -Additional widgets can be installed alongside your blog. +Additional widgets can be installed alongside your blog. * [Content Widget - Display HTML content in a widget](https://github.com/silverstripe-labs/silverstripe-content-widget)