Add frontmatter to subpages

This commit is contained in:
Aaron Carlino 2019-12-09 12:25:09 +13:00
parent b52d144bf3
commit 9ee702d61f
7 changed files with 28 additions and 0 deletions

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