Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Detailed tutorial for Deliver theme
· 10 years ago
I am having trouble examining the skeleton demo. When I try to install the admin plugin, it crashes the site. I guess I could ignore the admin plugin and just look at the files.
-
Detailed tutorial for Deliver theme
· 10 years ago
i think not :( had you seen the grav documentation? there you will learn how to build a modular page, it's very important to build a version similiar to the demo also you could try to read the code of
-
Detailed tutorial for Deliver theme
· 10 years ago
Is there a detailed tutorial for the Deliver theme somewhere out there? To be specific, how to add the needed elements to build a version of the site as seen in the skeleton packages/demo? The instruc
-
Newbie customization questions
· 10 years ago
SOLVED: In user/themes/antimatter/blueprints/item.yaml, I added: customtab: type: tab title: My Custom Tab fields: customer_number: type: text label: Customer Number
-
Newbie customization questions
· 10 years ago
I'm new to Grav and already loving it. I installed Grav+Admin on Ubuntu. I created a top level folder of type 'Blog' and several folders beneath it of type 'Item'. My question is this: I want to mod
-
Multiple menus
· 10 years ago
Thanks for that - I'll have a play when I get a minute.
-
Multiple menus
· 10 years ago
Menus are really just a way to displaying your page structure. So you could create two distinct folder trees under user/pages and then just start displaying one menu based on the first branch, etc fi
-
Multiple menus
· 10 years ago
Hey ther. Grav newbie here. I'm just playing around with my localhost install and am trying to work out how to create multiple menus. The helium theme has a dropdown to select menus but I can't work
-
Parsing and displaying Wordpress blog entries
· 10 years ago
Yes, the structure of posts physically (on disk) and virtually (in practice) is not explicit. Posts can be arranged by logic defined in the theme - or more programmatically through a plugin - rather t
-
Parsing and displaying Wordpress blog entries
· 10 years ago
And this is a thing that would let me keep all my blog entries in one folder, but allow certain entries to be listed on a wholly different page? So, in pseudocode: On page specializing in bananas, wri