description |
---|
Creating new pages on your Forem |
The /admin/customization/pages
page allows you to:
- Create a new page
- View existing pages
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
- This is the social image for the page, related info here
- Is Top Level Path?
- If checked, your page lives at
/slug
- If not checked, your page lives at
/page/slug
- If checked, your page lives at
- 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
- Here is an example of a simple contained Markdown page
- Here is an example of a full_within_layout page that uses HTML
- You can create more sophisticated pages, such as: