Open jinformatique opened 6 years ago
Hey, in general sample sites for presenting Grav themes are called Skeletons. Those bundle sample pages, plugins and configuration and most of the themes that do have an online demo site also supply such a Skeleton. You can find an overview here.
The Skeleton for this theme can be found in this repository. You can download its content and extract it in your user/
directory, thats all. Beware that it also supplies configuration files inside the user/config/
directory. So if you already configured your site you might want to keep your own config. In this case just copy the sample content from the pages/
dir, this is actually enough.
Of course you also need the Introspect theme to be installed: bin/gpm install introspect
Thank you! I was missing the fact to put "grav-skeleton-introspect-site" into user directory.
Or another way would be to install Grav and then run:
bin/gpm install admin email error form problems introspect
And then extract "grav-skeleton-introspect-site" into /user
.
The introspect skeleton does not appear on the skeleton page anymore.
It might be that my release tag was wrong and therefore the skeleton was not added to the Grav list. I will check again tomorrow.
Hi, is it possible to commit or make a release with the content of the theme?
Like we can see here: https://aisbergg.github.io/grav-demo/introspect/pages/home/
I tried many times the installation (following the instructions) and every time I can only see the 2 default pages from default grav installation: home, typography. I'd like to install the same introspect theme with the pages: generic, elements, layouts, contact.
What would be the steps? Thank you