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!