Complete guide to using and customizing LandingForge
Learn how to use the built-in content management system
Quick Start:
?edit=true to your URLCustomize colors, themes, and components
To change colors:
Edit the CSS variables in css/style.css:
:root {
--color-primary: #0066ff;
--color-bg: #ffffff;
}
Understanding Progressive Web App capabilities
Requirements:
your-site/
├── index.html (Homepage)
├── docs.html (Documentation)
├── installation.html (Installation guide)
├── faq.html (FAQ)
├── css/
│ └── style.css (All styles)
├── js/
│ └── main.js (JavaScript)
└── assets/ (Images, icons, etc.)
To add a new page:
docs.html)The template includes a built-in CMS. To use it:
?edit=true added to the URLCheck out our FAQ page or the Installation Guide for more information.