Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Displaying headers of articles (blogposts) selected by a tag
· 10 years ago
I think what you are looking for taxonomy.findTaxonomy() as outlined in the Taxonomy Documentation
-
Displaying headers of articles (blogposts) selected by a tag
· 10 years ago
Being still fairly new to Grav I really have almost no idea how I would do this. I'm supposed to display headers of articles that have a certain taxonomy tag in their frontmatter. The header would the
-
Change Grav language
· 10 years ago
If the plugin supports translations (it will have either a languages.yaml or a languages/en.yaml etc) the language should get picked up automatically from the supported languages you have configured i
-
Change Grav language
· 10 years ago
hello, how can I change the language of a plugin? For example in SimpleSearch plugins, there is language.yaml. The template simplesearch~results.html.twig apply the variables defined in language.yaml.
-
Change Grav language
· 12 years ago
If you saying you want to have your pages in one language, yes, you can have them in any language you want. Just make sure you save your .md files in UTF8 format.
-
Change Grav language
· 12 years ago
So, if I try to change manually all the visible docs in grav to my language, should it work? Thanks.
-
Change Grav language
· 12 years ago
Multi-language support is actually quite far reaching. It's on our Grav Roadmap and will require some reworking of the Pages object to support multiple files, one for each language. The other part is
-
Change Grav language
· 12 years ago
Maybe in the future, you could create a plugin of languages (if it doesn't exist yet). Or you could explain me how to change most of the visible parts in the blog skeleton/antimatter theme. Thanks^^
-
Markdown editor
· 10 years ago
great, thanx !
-
Markdown editor
· 10 years ago
The markdown editor merely is an interface to edit and store the markdown. On the frontend, you are probably getting the raw markdown when accessing this field. Easy fix though, just use the Markdo