FAQ
Clear answers before you begin.
Is Learning Site only for new projects?
No. You can create a site from scratch or connect an existing repository. Legacy Learning Site projects have a dedicated safe migration flow.
Does the editor own my content?
No. Your content, media, and Git history remain in your repository. The editor works with those project files.
Can I use Cloudflare Pages?
Yes. This website and Learning Site projects produce static output. In Cloudflare Pages use npm run build and dist as the build output directory.
Can I publish to GitHub Pages?
Yes. Build the static project, configure the repository’s Pages deployment, and push your changes.
What happens if a migration goes wrong?
The editor creates a Git recovery point before migration. You can inspect that checkpoint or restore it through Git history.
Where do I get the newest installer?
The Download page queries the official learning-site-editor GitHub Releases during build. If that lookup is unavailable, it sends you to the official latest release page instead.
Can I change themes later?
Yes. Select a theme compatible with your Learning Site Engine version, preview it with your content, then commit the change.