Merge pull request #684 from creative-commoners/pulls/3/restore-doc-title

DOC Restore page title
This commit is contained in:
Guy Sartorelli 2022-08-22 11:02:16 +12:00 committed by GitHub
commit c05f704a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 39 additions and 5 deletions

View File

@ -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)
![Setting blog options](_images/blogging-options.png)

View File

@ -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.

View File

@ -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)
* [Managing comments](managing-comments.md)

View File

@ -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**

View File

@ -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.

View File

@ -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

View File

@ -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/

View File

@ -1,3 +1,7 @@
---
title: Tags and categories
---
# Tags and categories
Quickly add new tags and categories to your posts.

View File

@ -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)