From 9148801a649ac5ac53c03f5416753a9c962ed4f8 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 14 Dec 2022 16:04:31 -0600 Subject: [PATCH] publish post --- content/posts/tailscale-on-vmware-photon/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/tailscale-on-vmware-photon/index.md b/content/posts/tailscale-on-vmware-photon/index.md index 9956d18..c42caf2 100644 --- a/content/posts/tailscale-on-vmware-photon/index.md +++ b/content/posts/tailscale-on-vmware-photon/index.md @@ -1,11 +1,11 @@ --- -title: "Tailscale on VMware Photon" # Title of the blog post. +title: "Tailscale on VMware Photon OS" # Title of the blog post. date: 2022-12-14T10:21:12-06:00 # Date of post creation. # lastmod: 2022-12-14T10:21:12-06:00 # Date when last modified description: "How to manually install Tailscale on VMware's Photon OS - or any other systemd-based platform without official Tailscale packages." # Description used for search engine. featured: false # Sets if post is a featured post, making appear on the home page side bar. -draft: true # Sets whether to render this page. Draft of true will not be rendered. -toc: true # Controls if a table of contents should be generated for first-level links automatically. +draft: false # Sets whether to render this page. Draft of true will not be rendered. +toc: false # Controls if a table of contents should be generated for first-level links automatically. usePageBundles: true # menu: main # featureImage: "file.png" # Sets featured image on blog post.