Appearance
Build Your First Page
Use the Pages feature in Admin to create an accessible URL.
Open the Page List
| Item | Details |
|---|---|
| Menu path | Site Admin -> Site -> Pages |
| Deep link | /_Admin/site/pages?SiteId={site-guid} |
| Detailed documentation | CMS: 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
| Method | Recommended use | Continue with |
|---|---|---|
| Inline editing | Quickly adjust visual content | Inline Editing |
| Edit code | Maintain HTML, template bindings, and resource references directly | Edit Code |
| Development section | Edit pages, layouts, views, scripts, styles, and code from the site administration area | Development |
Understand Page Resources
A Kooboo page is normally composed of the following resources:
| Resource | Purpose | Documentation |
|---|---|---|
| Page | Defines the accessible URL and page content | Page |
| Layout | Reuses the page frame, navigation, and placeholders | Layout |
| View | Reuses partial sections such as headers and list cards | View |
| Script / Style | Provides frontend behavior and styling | Script · Style |
Verify the Page
- Save the page.
- Select Preview in the page list or copy the page URL.
- Confirm that the browser can open it and that its title, navigation, and basic styling are correct.
- 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.