docs: mark posts as draft
This commit is contained in:
parent
abfdc6b079
commit
3560fd0e9c
|
@ -8,6 +8,7 @@ tags:
|
||||||
- xdebug
|
- xdebug
|
||||||
- php
|
- php
|
||||||
- drupal
|
- drupal
|
||||||
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
I've been a full-time Neovim user for a year at the time of writing this post and whilst I was a semi-regular Xdebug user, it's something that I've managed to work around and have mostly resorted to `var_dump()`, `dump()`, or `dd()` instead for debugging.
|
I've been a full-time Neovim user for a year at the time of writing this post and whilst I was a semi-regular Xdebug user, it's something that I've managed to work around and have mostly resorted to `var_dump()`, `dump()`, or `dd()` instead for debugging.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
title: test
|
title: test
|
||||||
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue