getgrav / grav-skeleton-onepage-site

Grav One-Page Site Skeleton
https://getgrav.org
MIT License
23 stars 52 forks source link

After install, I get "Theme 'antimatter' does not exist, unable to display page." #14

Open MathiasRenner opened 7 years ago

MathiasRenner commented 7 years ago

Following the install instructions, I receive "Theme 'antimatter' does not exist, unable to display page."

When I install this theme with gpm, it says "antimatter already exists".

Any known issues about this?

MathiasRenner commented 7 years ago

What works is just replacing the pages folder from this repo into my installation.

flaviocopes commented 7 years ago

How did you install it, did you download it from http://getgrav.org/downloads/skeletons ? Or you cloned from github into your user/ folder?

MathiasRenner commented 7 years ago

I downloaded the ZIP from the website you mentioned. There the antimatter one-page theme resolves into that download: https://github.com/getgrav/grav-skeleton-onepage-site/releases/download/1.0.2/grav-skeleton-onepage-site-v1.0.2.zip

flaviocopes commented 7 years ago

Cannot replicate, I tried downloading that package and it seems to work just fine to me.

noccer commented 7 years ago

I had the same issue at first. I installed Grav using Option 3 from GitHub: https://learn.getgrav.org/basics/installation#option-3-install-from-github

I got the message 'Theme 'antimatter' does not exist, unable to display page.' .

Then I realised that I had forgot to run bin/grav install. To OP: was this possibly what was wrong?

hquadrat commented 6 years ago

Can confirm the same effect today, downloaded RTFM skeleton (version 1.0.2).

hquadrat commented 6 years ago

Resolution here: checked /user/themes/ directory, antimatter was indeed not shipped with the package.

I executed

bin/gpm install antimatter

and now things run fine.