Devise Content Management System
WebsiteGithub
Primary version
Primary version
  • Devise Development Documentation
  • Getting Started
    • Requirements
    • Installation
    • Advanced Integration with VueJS
    • Advanced Integration Continued: Suggested CSS Setup
  • Creating content with Devise
    • Pages in Devise
      • Creating our first page
      • Page Versions
    • Slices
      • Slice Configuration
      • Database Powered Slices
    • Fields
      • Field Types and Examples
      • Field Configuration and Defaults
    • Language
    • Creating Sites
  • Vue Integration / Customizing Devise
    • User Permissions
    • Customizing the Login
    • Custom Administration Sections
  • Developers / Contributing
  • License
Powered by GitBook
On this page
  1. Creating content with Devise
  2. Pages in Devise

Creating our first page

Creating your first page.

Since there is no "backend" administration on Devise you must go to a page that will render. You created a page (most likely the homepage) during the installer so head to whatever page that is and you should see something like the following:

TODO: IMAGE

Click on the gear on the left hand menu and then click "Pages". Click "create new page" and fill out the form like the example below:

TODO: IMAGE

Once your page has been saved go to the url you provided in the slug field and you should see something like below. Congratulations! Now we can begin populating this new page with slices and content.

PreviousPages in DeviseNextPage Versions

Last updated 5 years ago