Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Problem with multiple links
· 11 years ago
Thank you. That's quite funny, because I had a problem with BOLD expanding from 1 post to older posts and sidebar, footer. Couldn't find, what's causing that effect. Now I know. Same as with links. Is
-
Problem with multiple links
· 11 years ago
I think its not specifically a problem with the links as we have no limitation on those, but rather the fact that your 7th link is at the point where the default summary size is cutting it off half wa
-
Problem with multiple links
· 11 years ago
Using Gravistic Blog. When I put more than 6 links in my item.md file, like link, 7th becomes unavailable and combines with Continue Reading link... there's "Continue Reading..." text but link is brok
-
Get yaml-data into md-files
· 11 years ago
merci you are great. thanks for explanation ! :D
-
Get yaml-data into md-files
· 11 years ago
YAML files just provide configuration data. All of these will require Grav processing to be enabled on the page (off by default). See Content Headers docs for details on how to do this. In Grav you h
-
Get yaml-data into md-files
· 11 years ago
where should a yaml-file sit if i want to call it from within a md-file? and how do I call its contents into a page? thaaaaaaaaaanks :D
-
Duplicating pages in 'onPagesInitialized' hook
· 11 years ago
I just looked and we do have a copy method on the Page class that is used by the admin plugin. You might be able to use that to do what you need.
-
Duplicating pages in 'onPagesInitialized' hook
· 11 years ago
I don't think this has been done in any plugin. We have plugins that create a page object and set the current page to that, but nothing that dynamically creates a virtual page from another page, modif
-
Duplicating pages in 'onPagesInitialized' hook
· 11 years ago
Are there any plugins or examples of how to duplicate a page, manipulate its frontmatter content, and insert it into the pages collection?
-
Can i pull in some code blocks from within a seperate file?
· 11 years ago
Grav expects one .md file per folder currently. When we implement multilingual it will support multiple .md files each representing a Lang translation. Also Grav supports media files in a single folde