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.

Alexandre Martignier Member

@AlexMart · Joined 6 years ago · 11 posts · 1 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • My website - Abiesco · 6 years ago

    Thanks for your feedbacks, @LeMoussel I know I have to improve the mobile version but the desktop is pretty good I think.

  • How to Protect specific page with only password? · 6 years ago

    According to the doc you can change the password in the line users: no_user : sha1_password Note : The password MUST BE a SHA1 value. For quick checking see SHA1 Online to generate your SHA1 pass

  • How to Protect specific page with only password? · 6 years ago

    Hey, So I've check the doc of the private_plugin and it's not very clear how private page works but I figured out. I've check the closed issues and a lot of people had the same issue. So after install

  • How to Protect specific page with only password? · 6 years ago

    Hi @frenchbeta You can use the Login plugin. Here is the link to the doc https://learn.getgrav.org/16/cookbook/general-recipes#create-a-private-area I haven't tried myself but it seems pretty straight

  • Custom variable confusion · 6 years ago

    Hello @jimdoria I think the - is not allowed in the header formatter for variables. Try bright_color instead of bright-color and it should work.

  • My website - Abiesco · 6 years ago

    Hi community, Here is my company's web site. We did it on our own with my partner. It's my first Grav project and I really enjoyed doing that. Feel free to have a look and comment what you're thinking

  • Access publish date from twig template · 6 years ago

    Hi @mathmax I live in Switzerland, so my date format is dd.mm.yyyy (today's 25.09.2020). So I've put publish_date: 25.09.2020 13:00 in my md file and then use {{page.header.publish_date}} in my twig

  • How to have animation on scroll on Grav? · 6 years ago

    hey @Joshua I suggest you to have a look a the grav documentation here : https://learn.getgrav.org/16 You'll find how grav works with markdown files and twig templates. The power of grav is to use te

  • How to integrate GSAP onto grav? · 6 years ago

    Hi @Joshua There is the same question here: /forum/general/how-to-have-animation-on-scroll-on-grav-t5064?u=alexmart Hope it will help you.

  • How to have animation on scroll on Grav? · 6 years ago

    Hi @pjy In order to make gsap + scrolltrigger works in your grav project, you have to integrate the javascript files into your partials/base.html.twig. Here is the way of how I integrate them on my pr