Veröffentlichung
Erstelle statischen Inhalt
cmints --static
By running command above your static website should be ready and located in the
content
GitHub-Seiten
GitHub Pages is a static site hosting service designed to host project pages
directly from a GitHub repository. You can host
cmints --static --deploy
Andere git-basierte Hostings
The command in the gh-pages
branch. If you would like to push to another branch of the
const deployment =
{
where: "git",
branch: "deployment-branch"
};
module.exports = {deployment};
Netlify
Es gibt verschiedene Wege wie du Netlify benutzen kannst:
Kontinuierliche Veröffentlichung
Navigiere zu der Startseite, verbinde dich mit deinem Git hosting Anbioeter und wähle eine CMintS Projektverzeichnis.
Benutze die unteren Optionen in der Baueinstellungsseite:
- Branch to deploy - specify the project build branch usually it's the
master
branch. - Build command -
(Static site generation).cmints --static
- Publish directory -
(Default project output directory ofcontent
CMintS )
CLI
Netlify's Kommandozeile erlaubt dir die Veröffentlichung von Seiten oder die Konfiguierung direkt von der Kommandozeile.
Veröffentlichen zu Netlify
Der "Deploy to Netlify" Button Hilft Benutzern Seiten von Vorlagen mit einem Klick zu veröffentlichen. Es stellt Internetentwicklern eine 1 Schritt Anleitung zur Verfügung welche Benutzer das veröffentlichen auf Netlify erlaubt.