Skip to content

Build Your First Page

Use the Pages feature in Admin to create an accessible URL.

Open the Page List

ItemDetails
Menu pathSite Admin -> Site -> Pages
Deep link/_Admin/site/pages?SiteId={site-guid}
Detailed documentationCMS: Pages

After selecting New, give the page a clear name and URL. For the first page, start with a simple path such as /about, /news, or /contact.

Choose an Editing Method

MethodRecommended useContinue with
Inline editingQuickly adjust visual contentInline Editing
Edit codeMaintain HTML, template bindings, and resource references directlyEdit Code
Development sectionEdit pages, layouts, views, scripts, styles, and code from the site administration areaDevelopment

Understand Page Resources

A Kooboo page is normally composed of the following resources:

ResourcePurposeDocumentation
PageDefines the accessible URL and page contentPage
LayoutReuses the page frame, navigation, and placeholdersLayout
ViewReuses partial sections such as headers and list cardsView
Script / StyleProvides frontend behavior and stylingScript · Style

Verify the Page

  1. Save the page.
  2. Select Preview in the page list or copy the page URL.
  3. Confirm that the browser can open it and that its title, navigation, and basic styling are correct.
  4. If you need SEO fields, return to Page Settings or Basic Settings: SEO.

Next Step

Continue to Add Content so the page can read data maintained in Admin.