Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Stats provided by hosting company within /stats
· 9 years ago
Hi. I have a site running on Dreamhost and one of the things they offer is a full set of stats which they provide under your current domain; e.g. yoursite.tld/stats Is there any way to stop Grav tryin
-
Embedding hypothesis.is
· 9 years ago
this did the trick, thank you!
-
Embedding hypothesis.is
· 9 years ago
The HTML is generated by the theme. Generally, the HTML <head> tag is defined in user/themes/yourtheme/templates/partials/base.html.twig
-
Embedding hypothesis.is
· 9 years ago
according to this: https://hypothes.is/for-publishers/ I'm supposed to do this: "To add Hypothesis to your web site, simply add the following line to the HTML source of your page: <script src="http
-
How does the Some Text Widget work?
· 9 years ago
Very confusing. It's not a widget or a plugin. Perhaps having the word widget in the title doesn't help. Also instead of lorem ipsum ... have an explanation of how to change the title and text? user/l
-
How does the Some Text Widget work?
· 10 years ago
Actually this is just hardcoded in the sidebar.html.twig partial template: https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/partials/sidebar.html.twig#L21-L22 However, you could
-
How does the Some Text Widget work?
· 10 years ago
Hi, I'm right about asking the same question. Also evaluating Grav as my new favourite CMS system after 'excellent' experiences with Contao and Wordpress. Can't find any hint for this small text widge
-
How does the Some Text Widget work?
· 10 years ago
I am using the Blog package to eval and learn Grav. I have figured out that the items in the right sidebar are mostly plugins and they are located in the user/plugins folder. However, I do not see a p
-
Multiple content blocks in one template
· 9 years ago
cheers dude
-
Multiple content blocks in one template
· 9 years ago
Also check out Sections in the Grav Shortcode Core plugin: https://github.com/getgrav/grav-plugin-shortcode-core#section it's very powerful.