Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Install theme, get 404
· 11 years ago
Actually I might add the option to set the theme in the system.yaml to the gpm install.
-
Install theme, get 404
· 11 years ago
Ok, figured it out. Somehow I had gotten the idea that installing a theme would modify the user/config/system.yaml, but it doesn't.
-
Install theme, get 404
· 11 years ago
I am covered with embarrassment. I know well just what Grav is, I've been active in development of a more conventional database-oriented CMS for 10 years and am intrigued by the difference. Although t
-
Install theme, get 404
· 11 years ago
If you are getting 404s then its probably related to your PHP setup not having the appropriate bits enabled by default. See the docs here. I' have definitely seen this with some of the Windows WAMP s
-
Install theme, get 404
· 11 years ago
Skeleton themes are great to learn from... but I too have suffered from 404 errors, but only on WAMP and only secondary pages (permissions issue? I dunno). Used XAMMP and it worked. Also, used mac (te
-
Install theme, get 404
· 11 years ago
Grav is not like a traditional CMS as you may be used to. There is not a fixed data structure, then a skin on top of that. With Grav, there is a much tighter relationship between content and theme, i
-
Install theme, get 404
· 11 years ago
Worked through the theme tutorial and had no problems. There's something I'm not getting about setting the site start page, I suspect.
-
Install theme, get 404
· 11 years ago
I must be missing something. I have tried to install several themes on the base Grav install (that comes with the Antimatter theme), and every time all I get is the Grav 404 page. ???
-
Placement of
· 11 years ago
You would put that in a twig template somewhere. Really this is just an example of how to configure a setting, then use that setting to affect rendering.
-
Placement of
· 11 years ago
in the tutorial for building a theme there's instructions to add <h1 style="color:{{ config.themes.antimatter.color }}">{{ config.themes.antimatter.info }}</h1> to the theme, but it doesn'