Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Display ALL pages of a specific level
· 10 years ago
Hi, I already know that there is a possibility to create a page collection based on the siblings (all pages of the same level excluding the page itself). but is there a possibility to create a collect
-
How do you search for your *.md files into your project?
· 10 years ago
Great, thank you rhusker
-
How do you search for your *.md files into your project?
· 10 years ago
I use PhpStorm which i'm in most of the time, else i use SublimeText3. They both have a Fuzzy Search capability that makes this easy: PhpStorm: Monosnap 2016-05-30 18-40-53 SublimeText3 Docs
-
How do you search for your *.md files into your project?
· 10 years ago
I just use Windows explorer, search for .md, and all Markdown files show up. Drag them all into an editor, and identify them by page.title or path.
-
How do you search for your *.md files into your project?
· 10 years ago
The problem with having all pages under the name default.md or item.md is that it's difficult to look for it inside a project, I'm using Sublime Text or Atom and all my files have the same names. So i
-
Anyone installed Grav on a Synology machine?
· 10 years ago
excellent writeup, certainly helpful when i try it on synology. thx
-
Anyone installed Grav on a Synology machine?
· 10 years ago
I've installed it on a RaspberryPi 2 and 3 - https://getgrav.org/blog/raspberrypi-nginx-php7-dev
-
Anyone installed Grav on a Synology machine?
· 10 years ago
Any hints and experiences to share? Thank you citykid
-
Adding inline CSS to the header
· 10 years ago
This is the wohle content of the modular template. The the content of the addInlineCss command is just for testing purpose. {% do assets.addInlineCss('.text-box{color:red !important;}')%} <artic
-
Adding inline CSS to the header
· 10 years ago
Can you paste the whole modular template?