Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Error using nginx : Undefined index: dirname
· 11 years ago
I've tried setting up the same blog skelton using MAMP on my Mac, and it's working fine, so this is more likely to be a nginx config issue, but I don't know where to start looking.
-
Error using nginx : Undefined index: dirname
· 11 years ago
I've tried setting up on a Raspberry Pi using nginx, but I keep getting this error when trying to use any of the taxonomy links from the blog skelton package, e.g. http://raspberrypi/tag:journal Whoop
-
Is there a way of showing the page summary in the Feed?
· 11 years ago
Thanks a lot! I had already created the feed.yaml in my user/config/plugins/ folder but I had no idea I could just copy the feed.atom.twig and feed.rss.twig directly into my themes templates folder a
-
Is there a way of showing the page summary in the Feed?
· 11 years ago
The feed plugin has a default length set in it's feed.yaml file. You can override this by copying the file into your user/config/plugins/ folder (create it if need be), and then modifying it. You ca
-
Is there a way of showing the page summary in the Feed?
· 11 years ago
I noticed that the Feed plugin ignores the page summary and truncates the content of the feed to a fixed length. Is there a way to get it to show the page summary (if it exists) instead or you have to
-
Css classes possible?
· 11 years ago
ok. yeah finally i found adding classes in the documentation and it works perfect. GRAV IS AWESOME!
-
Css classes possible?
· 11 years ago
Couple of notes. 1 - markdown extra is enabled a bit differently now 2 - you can assign classes to some markdown with markdown extra https://michelf.ca/projects/php-markdown/extra/#spe-attr
-
Css classes possible?
· 11 years ago
Actually I'm wrong :) In grav if you have markdown_extra enabled, you can do something like that:  {.pull-left} Above example will add class "pull-left"
-
Css classes possible?
· 11 years ago
ok thanks for fast response :)
-
Css classes possible?
· 11 years ago
With markdown - no it's not possible BUT If you have markdown_extra: true enabled in your system.yaml, you can use something like that <div class="example" markdown="1"> Wow, still i can use m