Tutoriales-y-guias
Tutorial: deploy del theme con Git
Subir un theme al directorio de Ghost usando Git. cd /var/www/ghost/content/themes sudo git clone https://github.com/usuario/mi-theme.git Activar el theme desde el panel y reiniciar: cd /var/www/ghost ghost restart