Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
David Meissner Member
@dmeissner · Joined 1 year ago · 10 posts · 4 topics · 0 reputation
Badges
Recent posts
-
Feed plugin and autodiscover
· 6 months ago
Thanks very much, all is working now!
-
Feed plugin and autodiscover
· 6 months ago
I have modified base.html.twig to add an autodiscover link for my RSS feed, per the instructions in the plugin documentation. The instructions say to add the line: link rel="alternate" type="applicati
-
Feed plugin and <head> tag
· 6 months ago
Thank you. So possibly an inherited theme would be the recommended way to handle this? I’ll go ahead and edit the file directly for now, and if I eventually need other theme changes then I can create
-
Feed plugin and <head> tag
· 6 months ago
The documentation for the Feed plugin says to add a link to the HTML head tag to enable autodiscovery of the feed. How is this done? I assume I have to modify a .twig file somewhere, but which file?
-
Feed plugin question
· 7 months ago
Thanks very much, that’s working for me.
-
Feed plugin question
· 7 months ago
I just installed the Feed plugin, and it works as expected on my blog page. The documentation says that any page with sub-pages will now have a feed. Is there any way to restrict the feed to specific
-
A beginners tutorial on how grav templates work
· 11 months ago
You might want to look into Joomla. I use Grav for my personal site, but I use Joomla for a different site that needs exactly what you describe: a public section and a section for members only. Wordpr
-
Embedding p5js scripts in Grav page
· 1 year ago
Follow-up in case this is interesting to anyone. I'm only just learning Markdown, and I didn't know that I could just enter straight html into the Markdown page and it would be rendered. So it works t
-
Embedding p5js scripts in Grav page
· 1 year ago
Thanks very much for getting back to me. My impression was that the Asset Manager related to customizing themes, while I'm just trying to create a few pages that display an animation as the main conte
-
Embedding p5js scripts in Grav page
· 1 year ago
Is it possible to embed a p5js sketch into a Grav page? (p5js is a version of the Processing language for Javascript). On a standard HTML page, I would use the following to display the p5js sketch: &l