Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Page.content not truncated in module page
· 10 years ago
Hi. I have a problem. code like this (in module page _name): {{ page.summary }} {% for image in page.media.images %} ... {% endfor %} {{ page.content|slice(page.summary|length) }} But page summary not
-
Barebones/skeleton theme
· 10 years ago
You can actually grab the barebones theme directly from the plugin, you'll just have to manually replace the strings that the plugin would normally replace: https://github.com/getgrav/grav-plugin-devt
-
Barebones/skeleton theme
· 10 years ago
If you need a clean theme and start from scratch, just follow steps 1 and 2 of this tutorial, https://learn.getgrav.org/themes/theme-tutorial#step-1-install-devtools-plugin. If you dont like the propo
-
Barebones/skeleton theme
· 10 years ago
I've been hunting for a simple no style barebones theme that just has the structure. (for someone who isn't as versed in Twig). To me, that is what a 'skeleton theme' is defined as. but to no avail t
-
Change Logo in learn2
· 10 years ago
the best way is to generate 'child theme' with learn2 theme via DevTools plugin -- https://github.com/getgrav/grav-plugin-devtools :: after which you replace the logo in the image subdirectory of your
-
Change Logo in learn2
· 10 years ago
Although I am knpwledge of html and php I am new to Grav, markdown and twig but am trying to get my head round it. I'm using the Learn2 skeleton and want to puit my own logo in place of the default GR
-
Italics Not Rendering
· 10 years ago
I found this remembering that I had figured it out once before but forgot how! The italic versions of the fonts aren't being called by the CSS. I submitted an issue here, but it comes down to this --
-
Italics Not Rendering
· 10 years ago
Rats ... underscores
-
Italics Not Rendering
· 10 years ago
Creating them in the Admin area ... italics
-
Italics Not Rendering
· 10 years ago
How are are you doing the italics? Do the italics render as <i></i> in the output? What font are you using?