[ CATEGORIE ] : Hexo

[ TITLE    ] : NøTeS sur le project
[ CATEGORY ] : //
[ DATE     ] :

Notes rapides sur le déroulement des comits, création de brouillon, “set pages”, Git, PHPStorm et Hexo. Lancer le serveur hexo server --drafts ou hexo server --posts Création de page Créer une page.md dans /draft hexo publish mapage Utilisation de git git status git add . ou git add monFichier git status git commit -m "Raison" git status git push [sur la branche master] Buiding du projet (sur la branche de production) hexo clean && hexo deploy Sur le serveur # git p

[ TITLE    ] : NøTeS blog project
[ CATEGORY ] : //
[ DATE     ] :

AboutThis Hexo static site generator has been versioned on Gitlab with a git submodule based on Hexo-Hueman theme. This topic deals with : a local machine where your project will be created and maintained. a remote production web-server with Git installed. Requirements Install on your local machine : Node.js + Yarn + Git. Hexo CLI : npm install -g hexo-cli. Install Git on your production server . SetupWe have to maintain two repositories for this project : theme (A) and Hexo one (B). A. Cus