Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (37 loc) · 1.88 KB

pages.md

File metadata and controls

47 lines (37 loc) · 1.88 KB
description
Creating new pages on your Forem

Pages

Overview

The /admin/customization/pages page allows you to:

  • Create a new page
  • View existing pages

Creating a Page

Visiting /admin/customization/pages/new allows you to create a new page.

  • Title = title of the page
  • Slug = slug of the page
  • Description = description, used mostly by search engines
  • Template
  • Body Markdown / Body HTML
    • You'll usually use one or the other
    • You should have a very specific reason for using HTML and not Markdown
  • Social Image
  • Is Top Level Path?
    • If checked, your page lives at /slug
    • If not checked, your page lives at /page/slug
  • Use as 'Locked Screen'
    • This determines if the page will be used as a landing page for anonymous viewers (landing pages replace the traditional registration screen). This feature only works for private Forems. If your Forem is public, the landing page will not display.
    • Only one page can be used as a locked screen at a time.
    • Locked screens can be overwritten. To use another locked screen when there is already a locked screen in use, click the "Overwrite current locked screen" button in the modal that appears when "Use as 'Locked Screen'" is clicked.
  • Feature Flag
    • //todo

What can you do with pages?