Changeset 5019e22 in Klonkt
- Timestamp:
- 06/16/2026 03:02:30 AM (3 months ago)
- Branches:
- main
- Children:
- 8453812
- Parents:
- 9465a0d
- Files:
-
- 3 edited
-
deploy/DEPLOY.md (modified) (1 diff)
-
src/views/pages/welcome.ejs (modified) (1 diff)
-
src/views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
deploy/DEPLOY.md
r9465a0d r5019e22 1 # PrutCMS v10— Deployment Guide1 # Klonkt — Deployment Guide 2 2 3 3 End-to-end production install on a fresh Ubuntu 22.04 / Debian 12 VPS -
src/views/pages/welcome.ejs
r9465a0d r5019e22 1 1 <div class="container welcome-page"> 2 <h1>Welcome to PrutCMS</h1>2 <h1>Welcome to Klonkt</h1> 3 3 <p class="welcome-tagline">A self-hosted publishing platform.</p> 4 4 -
src/views/shell.ejs
r9465a0d r5019e22 21 21 // Template: '{title} — {site}'. If pageTitle equals site.title (homepage) we 22 22 // just use the site title alone, otherwise apply the template. 23 const _siteTitle = safeSite.title || ' PrutCMS';23 const _siteTitle = safeSite.title || 'Klonkt'; 24 24 const _rawTitle = pageTitle || _siteTitle; 25 25 const _tpl = safeSite.title_template || '{title} — {site}';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)