Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

mikael Member

@procrates · Joined 9 years ago · 64 posts · 9 topics · 16 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Handling Images in Grav · 9 years ago

    For me, images are just as important as the content. I recommend you using GIt for everything in user folder except some private stuff like accounts and security.yaml. This will backup everything. In

  • Handling Images in Grav · 9 years ago

    There are many ways to control the use of images. The page.media is what is standard to use, but you can customize it as you like by for example adding: <img src="{{ site.rul }}/images/{{ page.head

  • Login & Admin Help for a Grav Newbee · 9 years ago

    Hi! You will not regret checking out Grav! It is the future of web applications 🙂 So I checked the the CeeVee site skeleton and it looks to me that it does not contain the admin plugin, so you have to

  • How to query pages with no taxonomy · 9 years ago

    Hey! Just make sure your post is visible. Then you can access it with the page URL.

  • Grav Deploy Best Practice · 9 years ago

    So I decided to look at each file in Grav and I noticed something interesting! There is a file called .travis.yml and this is exactly what you are looking for @treb0r ! https://travis-ci.org/ I will

  • How to show blog categories using the taxonomylist plugin? · 9 years ago

    Yes! Very powerful! But with great power there comes great complications! In this case for your self and your users, so the trick is to make it as simple as possible, but eternally extensible.

  • How to show blog categories using the taxonomylist plugin? · 9 years ago

    Exactly! It is up to you what you call "category" and "tag", those names are just a general explanation of how to organize your custom content. If your site is big you can have several "categories" li

  • Trouble with LinkedIn and Wayback Machine page indexing · 9 years ago

    How and where do you format the link? Did you check the HTML source after TWIG processed it? I believe it is most likely due to wrong formatting. If you can provide the code you use to try to achieve

  • How to show blog categories using the taxonomylist plugin? · 9 years ago

    I know by experience it can be hard to understand taxonomy, it is actually quite a huge subject with unlimited ways to define a way how it can work. But, taxonomy can also be a dream if set up correct

  • Store and read data in grav · 9 years ago

    I do not really know that much about Grav code base other than it is very extensible. But I was also hoping for a "standard way" to write things like that. But I can see you are right, and you know wh