Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Pop-up Markdown · 10 years ago

    That's a very good point! Although, I have the same issue, I don't know how to include a markdown file in an other one without creating a page. I don't want http://mysite/changelog to exist and I don'

  • Pop-up Markdown · 10 years ago

    if your already loading a changelog.md page, why not just put your changelog in as markdown content? You could just use some CSS to style it on output. I'm not sure I see the point of storing this i

  • Pop-up Markdown · 10 years ago

    Oh thanks ! I didn't realize it was a Markdown forum. So that's an example on how i'd like to store my data in changelog.md to then load in changelog.html.twig. Any idea on how to do it? title: Chang

  • Pop-up Markdown · 10 years ago

    indention does work if you use markdown-style triple backticks or triple dashes above and below your code. Click the ? icon in the input box for more help.

  • Pop-up Markdown · 10 years ago

    Once again, thanks for your answer! I made up quickly an example of what I'd like to do: (intendation doesn't work) title: Changelog changelog: version: 2.1 description: line: Bug fix line: Language

  • Pop-up Markdown · 10 years ago

    helmasaur, No need to apologize. I am still new to the Grav community as well and still trying to figure things out. It takes time. One thing with Grav is that there seems to be so many ways to get t

  • Pop-up Markdown · 10 years ago

    I got an information i really neded in the page you linked me. Although, it's written that YAML is only for configuration. I'm sorry to sound so lost but I really don't know where to put the data from

  • Pop-up Markdown · 10 years ago

    This may give you a little insight as well helmasaur. https://getgrav.org/forum#!/general:get-yaml-data-into-md-files

  • Pop-up Markdown · 10 years ago

    I based what i did on this part of the tutorial. English isn't my first language so I might have done something wrong. I will read the page again :) .

  • Pop-up Markdown · 10 years ago

    I would first read over the "Basic Tutorial" docs to get an idea of how the markdown/twig relationship combine to output HTML: