Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Hugo Avila Member
@hugoaf · Joined 9 years ago · 32 posts · 1 topics · 10 reputation
Badges
Recent posts
-
Problem with Block code "fences" display
· 9 years ago
a quick shot @rvreugde, try adding one more line between your list item and the backticks.
-
Plugins not showing up on the page
· 9 years ago
Both plugins have usage information in readme: Mobile Detect Simple Search
-
Help with email plugin
· 9 years ago
you can define the destination email in the form yaml (page header), if you have it like so: process: - email: to: '{{ config.plugins.email.to }}' then configure y
-
Problem with Block code "fences" display
· 9 years ago
His problem is that the theme is not rendering the full code string, there are two lines outside of the formated code output. @rvreugde does it works when using <pre> </pre> tags instead
-
Deploy on Digital Ocean
· 9 years ago
Definitley there is not much difference when you install Grav and Grav+admin, the admin itself is just a plugin. A plugin that you can install later by usign a command line or even just copying plugi
-
Deploy on Digital Ocean
· 9 years ago
I dont have experience my self with Digital Ocean, but the informtion in the docs may be helpfull. https://learn.getgrav.org/webservers-hosting/vps/digitalocean
-
How to use image from page folder into theme folder
· 9 years ago
If you want to get an image located in a particular page folder using twig: {% set my-page-image = page.find('/my/page/path').media['image-name'] %} then you could output the image html like {{ my-pag
-
KoSolar a small business website
· 9 years ago
A small website I did for a friend http://kosolar.com.mx/ Grav + Admin + Gantry5 + Helium Theme Some extras: OWL Carousel AOS Animation
-
"Thank you" page with summary
· 9 years ago
One way is to set your "Thank You" page to run with the formdata.html.twig template, to do so, just rename your page markdown file as formdata.md
-
Comments are welcome for my last website
· 9 years ago
Nice website. In my laptop (1366x768) the nav height of (200px) of the sticky menu in chrome, dont leaves so much space for content. It takes about 1/3 of the screen.