Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
URL parameters
· 9 years ago
They can be used by anything, by Plugins or even in your Twig you can do {{ grav.uri.param('some-parameter') }} to get a param value. In your case, you can build the URL like (localhost example) http:
-
URL parameters
· 9 years ago
Can someone point me to a resource that explains how the URL parameters like /tag:foobar work? I probably just missed it, but I am wondering what parameters are supported or how they are chosen to mod
-
SEO-friendly image URLs
· 9 years ago
Images are only cached when necessary, that is, when an action is applied to it by Grav. For example, with a file named unsplash_1.jpg in the user/pages/01.home/-folder: user/themes/antimatter/default
-
SEO-friendly image URLs
· 9 years ago
Could & should I use Grav in production without caching? And could I even disable image caching? Grav docs state: Image caching is also always on
-
SEO-friendly image URLs
· 9 years ago
If you were to not cache them, but access them directly, they would appear as you expect.
-
SEO-friendly image URLs
· 9 years ago
Hi @all! Is there a way in Grav to make the image URLs more SEO-friendly? Currently the generated URLs look somewhat like "src="/grav/images/c/1/e/d/b/c1edbe4be099530736c1e9ec39be7f52ef941a54- mock1x.
-
Instagram Gallery
· 9 years ago
I have just tested the Instagram plugin to build a instagram gallery for my website but you need to dig deeper into the Instagram API authentication to get this started. I would recommend to use the i
-
How can I embed spotify playlists?
· 9 years ago
It works! Thank you for your quick answer!
-
How can I embed spotify playlists?
· 9 years ago
Simply paste the embed code into your markdown content: ### Spotify Embed Test <iframe src="https://embed.spotify.com/?uri=spotify:user:spotify:playlist:3rgsDhGHZxZ9sB9DQWQfuf" width="300" height=
-
How can I embed spotify playlists?
· 9 years ago
I've tried just downloading the mediacard plugin and inserting the spotify ID and secret number in the blueprints.yaml file but it does not work.