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

  • Figure with caption · 10 years ago

    MultiMarkdown and Pandoc turn Markdown images that exist alone in their own paragraph into figure>img+figcaption, while keeping inline images as the standard img. Is there any (easy) way of swappin

  • Figure with caption · 11 years ago

    heh, you won't I promise! BTW here's the Shortcodes plugin: https://github.com/sommerregen/grav-plugin-shortcodes You can create custom plugins that hook into this to add pretty much anything you lik

  • Figure with caption · 11 years ago

    OK, thanks. I'll explore the options. I plan to move a few Wordpress sites to Grav and I'm having fun with it. I don't think I'm going to miss Wordpress...

  • Figure with caption · 11 years ago

    You would have to just enter that html in the markdown. Alternatively you could create a simple plugin or a shortcode (for shortcode plugin) to do it.

  • Figure with caption · 11 years ago

    Is it possible to render an image with caption like this? <figure> <img src='image.jpg' alt='title' /> <figcaption>Caption goes here</figcaption> </figure> ---

  • Is there a way to link to a custom url page? · 10 years ago

    Thanks, I'll take a look!

  • Is there a way to link to a custom url page? · 10 years ago

    See the TwentyFifteen skeleton. It incorporates menu items from site.yaml.

  • Is there a way to link to a custom url page? · 10 years ago

    What I mean is I'd like to have a "normal" page menu come up, but some of the entries I want to go to completely different URLs that may or may not be part of the Grav system.

  • Environment configuration / Multisite? · 10 years ago

    The 'Developing with github' articles are very helpful and works great for Github. However, when working with private repos on bitbucket, I can't make the webhook to work. It looks like bitbucket had

  • Environment configuration / Multisite? · 10 years ago

    I think he meant webhook, not pothook, as I never heard of that :) GitHub / Bitbucket all provide in their panels a way to notify a script that a push has been sent, you can then trigger a "pull" on y