Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Comments in markdown files
· 9 years ago
Not testet, but maybe usefull: http://stackoverflow.com/questions/4823468/comments-in-markdown
-
Comments in markdown files
· 9 years ago
Anyone know a tidy way to have hidden comments in .md files (that aren't output as html at all)? Best I've come up with is:
-
Adding custom form data to the page
· 9 years ago
just add in your template {{ page.header.anexampletext_field }} and it should output the content saved in the admin
-
Adding custom form data to the page
· 9 years ago
I have created a from field in my admin area to have an additional piece of content for the page. What do I need to add to the page to grab this data and place it on the page? I am using the following
-
What forum software is the getgrav.org forum on?
· 9 years ago
is there a manual for search patterns? e.g. i'm searching for posts related to find information about how to link to the parent page url. when i'm searching for 'parent page url' i receive a bunch of
-
What forum software is the getgrav.org forum on?
· 10 years ago
I've posted instructions for embedding a Muut forum here!
-
What forum software is the getgrav.org forum on?
· 10 years ago
Thanks!
-
What forum software is the getgrav.org forum on?
· 10 years ago
It's https://muut.com/
-
What forum software is the getgrav.org forum on?
· 10 years ago
Does it happen to be a grav plugin? and if so where can you find it? I didn't see any in the plugin section
-
Gpm install not working (Win10 + Ubuntu Bash)
· 9 years ago
Hey for me on Windows 10 + Ubuntu Bash I had to add php before my gpm command. Like: php bin/gpm selfupgrade -f I think this assumes that php is already in your environment %PATH% variable, you'll hav