From 3560fd0e9ccb48392ce79171f7860286f0d9f6ad Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 22 Sep 2022 00:30:17 +0100 Subject: [PATCH] docs: mark posts as draft --- website/source/_posts/debugging-php-docker-xdebug-neovim-dap.md | 1 + website/source/_posts/neovim-database-plugin-vim-dadbod-ui.md | 1 + 2 files changed, 2 insertions(+) diff --git a/website/source/_posts/debugging-php-docker-xdebug-neovim-dap.md b/website/source/_posts/debugging-php-docker-xdebug-neovim-dap.md index ec875412..a6a0fe3b 100755 --- a/website/source/_posts/debugging-php-docker-xdebug-neovim-dap.md +++ b/website/source/_posts/debugging-php-docker-xdebug-neovim-dap.md @@ -8,6 +8,7 @@ tags: - xdebug - php - 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. diff --git a/website/source/_posts/neovim-database-plugin-vim-dadbod-ui.md b/website/source/_posts/neovim-database-plugin-vim-dadbod-ui.md index 2d14b6d6..870609a8 100644 --- a/website/source/_posts/neovim-database-plugin-vim-dadbod-ui.md +++ b/website/source/_posts/neovim-database-plugin-vim-dadbod-ui.md @@ -1,3 +1,4 @@ --- title: test +draft: true ---