Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Page collections based on page.header components
· 10 years ago
Hey bleutzinn, thanks for your respond and sorry for not describing my issue clear enough - i will work to improve that. Anyway, your solution sure enough works and was so easy i had to clap my forehe
-
Page collections based on page.header components
· 10 years ago
Though I don't fully understand your question maybe this hint will help. You can set your own custom variables in a page's header frontmatter. For example a variable named 'color': title: My Red Page
-
Page collections based on page.header components
· 10 years ago
Hey all, i wonder if its possible generate page collections based on page.header components (not taxonimies as its too limited for some needs). As simple example: A bunch of pages in folder 'x' with p
-
Trying to implement a cache strategy
· 10 years ago
Thanks you very much for your answer: it's a lot clearer for me now. I could not figure that difference between cache of page and cache of http
-
Trying to implement a cache strategy
· 10 years ago
Grav's cache preference is pretty poorly documented IMO, but it doesn't control HTTP caching - but rather "page caching" on the server. If you want to control the HTTP caching, you should specify that
-
Trying to implement a cache strategy
· 10 years ago
Addition to previous post: I need also to know how to set cache-control status private like in reference Cache-Control: private, max-age=3156000 Thanks
-
Trying to implement a cache strategy
· 10 years ago
Hello everyone ♪ I am trying to implement a cache strategy according to this part of refering article. The idea is to have a page set to no cache, then, according to the schema, to have particular URL
-
Can't find how to change menu items and other stuff - Twenty skeleton
· 10 years ago
Thanks kylemcbride - that's a really helpful start - will take another look. Thanks awrog - as I mentioned i've been working through the menu but hadn't found anything to help - trouble with trying to
-
Can't find how to change menu items and other stuff - Twenty skeleton
· 10 years ago
top folders under /user/pages with their pages define the menus, and frontmatter field menu: can be used to override the page title as the menu text. try the expert mode while editing a page to see al
-
Can't find how to change menu items and other stuff - Twenty skeleton
· 10 years ago
You should most definitely start with the great manual