diff --git a/content/page/about.md b/content/about.md similarity index 86% rename from content/page/about.md rename to content/about.md index 1567473f..df4aa787 100644 --- a/content/page/about.md +++ b/content/about.md @@ -1,6 +1,8 @@ --- title: About weight: -210 +menu: "main" +disable_comments: true --- I'm a software engineer with a passion for open-source, infrastructure, tooling and security. diff --git a/content/post/homelab.md b/content/post/homelab.md index 095fecb2..8e6e19e4 100644 --- a/content/post/homelab.md +++ b/content/post/homelab.md @@ -5,7 +5,7 @@ lastmod: 2021-09-06T01:12:54-04:00 draft: false keywords: [] description: "" -tags: ['linux', 'homelab'] +tags: ['tailscale', 'homelab', 'netdata', 'plex', 'pihole', 'virtualization', 'linux', 'adguard'] author: "Dave Gallant" --- @@ -39,7 +39,7 @@ Of course, there is much much more you can self-host, including your own applica ## VPN -You could certainly setup and manage your own VPN by using something like [OpenVPN](https://openvpn.net/community-downloads/), but there is also something else you can try: [tailscale](https://tailscale.com/). It is a very quick way to create fully-encrypted connections between clients. And by using its [MagicDNS](https://tailscale.com/kb/1081/magicdns/), it is a truly magical solution. If one of your nodes names is `plex`, you can simply access it by referring to its name (i.e `ssh plex@plex`). +You could certainly setup and manage your own VPN by using something like [OpenVPN](https://openvpn.net/community-downloads/), but there is also something else you can try: [tailscale](https://tailscale.com/). It is a very quick way to create fully-encrypted connections between clients. And by using its [MagicDNS](https://tailscale.com/kb/1081/magicdns/), it is a truly magical solution. If one of your nodes has a hostname of `plex`, you can simply access it by referring to its hostname (i.e `ssh plex@plex`). ## Monitoring diff --git a/content/post/throwing-out-your-dotfiles.md b/content/post/throwing-out-your-dotfiles.md new file mode 100644 index 00000000..63010e70 --- /dev/null +++ b/content/post/throwing-out-your-dotfiles.md @@ -0,0 +1,35 @@ +--- +title: "Throwing Out Your Dotfiles" +date: 2021-09-08T00:42:33-04:00 +lastmod: 2021-09-08T00:42:33-04:00 +draft: true +keywords: [] +description: "" +tags: ['nix','dotfiles'] +categories: [] +author: "" + +# You can also close(false) or open(true) something for this content. +# P.S. comment can only be closed +comment: false +toc: false +autoCollapseToc: false +postMetaInFooter: false +hiddenFromHomePage: false +# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright." +contentCopyright: false +reward: false +mathjax: false +mathjaxEnableSingleDollar: false + +flowchartDiagrams: + enable: false + options: "" + +sequenceDiagrams: + enable: false + options: "" + +--- + + diff --git a/themes/minimo/layouts/partials/entry/comments.html b/themes/minimo/layouts/partials/entry/comments.html index 6847be77..a9b40df5 100644 --- a/themes/minimo/layouts/partials/entry/comments.html +++ b/themes/minimo/layouts/partials/entry/comments.html @@ -16,7 +16,7 @@ {{- $staticmanEnabled := $config.staticman.enable -}} {{- $utterancesEnabled := $config.utterances.enable -}} -{{- if ( $disqusEnabled | or $issoEnabled | or $staticmanEnabled | or $utterancesEnabled ) -}} +{{- if and ( $disqusEnabled | or $issoEnabled | or $staticmanEnabled | or $utterancesEnabled ) ( not .Params.disable_comments) -}}