mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
DOC Restore page title
This commit is contained in:
parent
3867888320
commit
b1f5a9d3ad
@ -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
|
||||
|
@ -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.
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Blogging
|
||||
summary: Working with blogging and comments in SilverStripe CMS.
|
||||
|
||||
---
|
||||
# Blogging in SilverStripe CMS
|
||||
|
||||
## Before we begin
|
||||
|
@ -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**
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Tags and categories
|
||||
---
|
||||
|
||||
# Tags and categories
|
||||
|
||||
Quickly add new tags and categories to your posts.
|
||||
|
@ -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**
|
||||
|
Loading…
Reference in New Issue
Block a user