From b3c373831186da0824918c32e82c61454147bbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Mon, 7 Sep 2020 14:11:25 +0200 Subject: [PATCH] unpublish some articles --- content/posts/quick-update.md | 3 ++- content/posts/wks-workspace-organizer.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/posts/quick-update.md b/content/posts/quick-update.md index fdcd5fe..c0b2393 100644 --- a/content/posts/quick-update.md +++ b/content/posts/quick-update.md @@ -8,6 +8,7 @@ tags = [] keywords = ["", ""] description = "" showFullContent = false +draft = true +++ It's been 2 months since my last post. @@ -44,4 +45,4 @@ An article regarding the migration of my blog (finally serverless) will be publi Speaking of projects, I have a big one incoming, more details to come... -Happy hacking! \ No newline at end of file +Happy hacking! diff --git a/content/posts/wks-workspace-organizer.md b/content/posts/wks-workspace-organizer.md index 3844b8e..28bc9ff 100644 --- a/content/posts/wks-workspace-organizer.md +++ b/content/posts/wks-workspace-organizer.md @@ -8,6 +8,7 @@ tags = ["My Projects", "Golang", "CLI"] keywords = ["", ""] description = "" showFullContent = false +draft = true +++ Don't you have many Git repositories laying everywhere on your disk? Isn't it a mess? @@ -157,4 +158,4 @@ The source code of wks is available on [Github](https://github.com/creekorful/wk Pull requests & issues are welcomed! -Happy hacking! \ No newline at end of file +Happy hacking!