Patrick Kollitsch

Results 67 comments of Patrick Kollitsch

There is a [configuration parameter that hides the frontmatter](https://frontmatter.codes/docs/settings/overview#frontmatter.content.hidefm). If THAT is the YAML you are referring to?

In any other case, sure, Front Matter is more a developer's CMS than a "non-technical persons" CMS. Maybe an option like Decap CMS (formerly Netlify CMS) or Tina CMS (formerly...

> I believe @zivbk1 has non-technical users who use it too. Me too... but... in the end... some non-technical users are worse than others ;) there is a certain tech-phobia...

The currently possible solution would be a `postScript` that copies all files over.

In my experience on shared hosting you should use the full path and call `php`, like the following: ``` cd /home/relevant/public_html && php ./vendor/bin/crunz schedule:run -vvv > tasks.log 2>&1 ```...

This library runs via cron and can run shell scripts. So if you want to run a shell script do it and take care that it does not time out....

This library runs via cronjob, so "catching up" would just be a "this cronjob should have run by now so let it run" thing which is possible with this library.

Is it right to think, that if the status of a charge is "success" then it is not 3D Secure? I am handling this issue it that way at the...

The _values array is marked as private which might break some functionality. I would also be interested in seeing a functionality to get the whole answer array (object) via a...

The parameter name is `patreon`, not `Patreon`. It's not a heading, it's a commented parameter name.