Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
rappluk Member
@rappluk · Joined 8 months ago · 10 posts · 4 topics · 0 reputation
Badges
Recent posts
-
Using Grav Skeletons in Docker
· 3 months ago
Heya, sorry to necro-post on this, but did making this setup an open source project materialize in any way? It would really be helpful to guide me along setting up the CI/CD and currently resources on
-
Cgi.fix_pathinfo = 0 not the right setting anymore? Error: no input file specified
· 8 months ago
Following this tutorial, I’ve gotten as far as displaying the testing info.php and index.html thru my nginx server. Only difference is, I’m using php 8.3 instead of 7.something as in the tutorial. But
-
Deploy to production with git, while installing a theme with composer
· 8 months ago
I’ve read the page in the docs about git deploy, which suggests to only commit the source user folder of my local dev environment. So far so good. What I’ve done though, is encapsulate my theme in ano
-
Use page resources within inline html on a page
· 8 months ago
Well I want to avoid hardcoding that URL, since the page name, slug, you name it could change later, or between localisations. Whatever that is called, twig, markdown link, I want whatever page://manu
-
Use page resources within inline html on a page
· 8 months ago
I know how the markdown link is supposed to work. I guess maybe what confuses us is the following: Can twig variables be used in the html-within-markdown snippet above? so in essence, could I have dat
-
Use page resources within inline html on a page
· 8 months ago
But isn’t that in twig then? How would I do the same in markdown?
-
Use page resources within inline html on a page
· 8 months ago
So, I’ve got a need for a specific object, that is represented in markdown as html like so <object width="400" height="500" type="application/pdf" data="page://manual.pdf"> <p>Ups, da
-
How to link to page-specific target page within my theme
· 8 months ago
Worked like a charm, thank you 🙂
-
How to link to page-specific target page within my theme
· 8 months ago
Well I might want to change the button content link (or hide it on the contact page itself) so I want to work with it somehow being tied to the page it is on. The localized link might be /contact for
-
How to link to page-specific target page within my theme
· 8 months ago
I am creating a theme which applies a floating button to every page, which should link to the /contact page in this case How would I go about ensuring that the proper link gets put into the anchor tag