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.

Micha Newcomer

@Micha1234 · Joined 4 years ago · 7 posts · 3 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Deployment strategy · 3 years ago

    Experienced devs will find their way… So you are saying you main audience is customers that Do not have any dev experience Do not use GIT to version their project That seems not believable to me, s

  • Deployment strategy · 3 years ago

    I read this article https://getgrav.org/blog/development-strategy about different approaches, but it is quite old and I think does not cover the "typical" usecases anymore. Uploading via FTP seems odd

  • Deployer + Scheduler · 4 years ago

    Hi there, deployer is using symlinks from current to the according release. The scheduler however wants the real path (releases/xx) - even tho the error comes on the Scheduler page, if I woul add * *

  • .gitignore and custom theme · 4 years ago

    Ok, I am kind of confused too. I am used to version the "whole thing" except the dependencies like vendor / node_modules. I am not sure what the benefit is of just versioning the user folder. If this

  • .gitignore and custom theme · 4 years ago

    Ok, thanks. This was not clear to me. Wouldn't it make sense to have this removed in the Git repo then? I never worked with a Flatfile system, so I am not sure. user/themes/* !user/themes/michastheme

  • .gitignore and custom theme · 4 years ago

    Well yes, it is one of the 3 options in the docs https://learn.getgrav.org/17/basics/installation#option-3-install-from-git

  • .gitignore and custom theme · 4 years ago

    So I just created my own theme with devtools, which works good (the manual way through all kind of errors), but the path is ignored and therefor can not be versioned. Do I have to add my theme to the