pmoreno-rodriguez / grav-theme-mundana

Mundana Jekyll theme ported to Grav
MIT License
7 stars 2 forks source link

Skipping backup fails to install demo content #18

Open erdnuesse opened 1 month ago

erdnuesse commented 1 month ago

Idk if that has been tested, but whenever i did want to try this theme via bin/gpm install mundana I have to backup user pages to properly get the demo content installed. Seems like the demo import fails, when the default (naked grav install even) content did not get backed up.

Steps to reproduce:

Kind regards, and thanks for creating this.

pmoreno-rodriguez commented 1 week ago

Hi @erdnuesse. I've been investigating this behavior on the installation and it's not due to the theme, but to Grav, so it would be best to open an issue in the Grav project repository. Specifically, the file you should investigate is the following:

/system/src/Grav/Console/Gpm/InstallCommand.php, on lines 405-426