Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation
Badges
Recent posts
-
Extra space between label and button
· 7 years ago
Hi @Aiace, do you mean in Markdown or in a theme? If in Markdown, you can use HTML within your Markdown content, for example: Hello <br><br> Hello More info at https://learn.getgrav.org/
-
Redirect in GRAV
· 7 years ago
Hi @Gray_and_Big, I have not used system.yaml or site.yaml for redirects but have used the page header redirect https://learn.getgrav.org/16/content/headers#redirect Here is an example of a redirect
-
Create navigation menu from markdown headers
· 7 years ago
To be honest I am not sure what the next step would be re: TOC on the sidebar with Quark (that is not a Blog type page). Perhaps search these forums to see if you can find anything. I would tend to le
-
Create navigation menu from markdown headers
· 7 years ago
Got it, you might need to save the config for your new theme with "Grid Size" set to "Large" rather than default to empty. For example, here is the setting for my "my-theme" config (in user/config/the
-
Create navigation menu from markdown headers
· 7 years ago
Yes @jerobapatrol that should be fine, and if you want to place the TOC before any page content it would look like this: {% extends 'partials/base.html.twig' %} {% block content %} {% if config.ge
-
Create navigation menu from markdown headers
· 7 years ago
Sounds good, once an inherited theme is setup choose it to be your "Active Theme", and hopefully it all works the first time🙂Then make a copy of default.html.twig in the Quark templates folder to the
-
Create navigation menu from markdown headers
· 7 years ago
I would start out by setting up an inherited theme https://learn.getgrav.org/16/themes/customization#theme-inheritance. This is a great way to make minor changes to a theme and benefit from all parent
-
Create navigation menu from markdown headers
· 7 years ago
Welcome to Grav @jerobapatrol🙂I myself am an educator/interaction designer with some tech background, and though of course it takes time to learn the basics of Grav esp. Twig once you get going I have
-
Create navigation menu from markdown headers
· 7 years ago
Hi @jerobapatrol, might this Plugin be something suitable? https://github.com/trilbymedia/grav-plugin-page-toc
-
Beta plugin Updates
· 7 years ago
Looks like this issue has been fixed, I've just been able to do a full update.