diff --git a/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance/index.md b/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance/index.md index 2b8c5d2..2a77293 100644 --- a/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance/index.md +++ b/content/posts/bitwarden-password-manager-self-hosted-on-free-google-cloud-instance/index.md @@ -4,6 +4,7 @@ date: "2018-09-26T08:34:30Z" lastmod: "2022-03-06" thumbnail: i0UKdXleC.png usePageBundles: true +featured: true tags: - docker - linux diff --git a/content/posts/how-to-ask-for-help/index.md b/content/posts/how-to-ask-for-help/index.md index 3ad2a51..37c7439 100644 --- a/content/posts/how-to-ask-for-help/index.md +++ b/content/posts/how-to-ask-for-help/index.md @@ -4,7 +4,7 @@ date: 2023-08-26 lastmod: 2023-08-31 timeless: true description: There are no dumb questions - but there are smarter (and dumber) ways to ask them. -featured: true +featured: false aliases: ["how2ask"] categories: Tips --- diff --git a/content/posts/secure-networking-made-simple-with-tailscale/index.md b/content/posts/secure-networking-made-simple-with-tailscale/index.md index 5ea3455..4c74242 100644 --- a/content/posts/secure-networking-made-simple-with-tailscale/index.md +++ b/content/posts/secure-networking-made-simple-with-tailscale/index.md @@ -3,7 +3,7 @@ title: "Secure Networking Made Simple with Tailscale" # Title of the blog post. date: 2022-01-01 # Date of post creation. lastmod: 2022-07-10 description: "Tailscale makes it easy to set up and manage a secure network by building a flexible control plane on top of a high-performance WireGuard VPN." # Description used for search engine. -featured: true # Sets if post is a featured post, making appear on the home page side bar. +featured: false # 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. usePageBundles: true diff --git a/content/posts/using-vs-code-to-explore-giant-log-bundles/index.md b/content/posts/using-vs-code-to-explore-giant-log-bundles/index.md index a0209de..ce4ce92 100644 --- a/content/posts/using-vs-code-to-explore-giant-log-bundles/index.md +++ b/content/posts/using-vs-code-to-explore-giant-log-bundles/index.md @@ -3,6 +3,7 @@ categories: Tips date: "2021-02-18T08:34:30Z" thumbnail: PPZu_UOGO.png usePageBundles: true +featured: true tags: - logs - vmware