From 4eb3339da791614a6a59155806524f0d40518a3d Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sun, 4 Jul 2021 07:44:54 +0200 Subject: [PATCH] chore(): Generating the posts again with ox-hugo --- content/pages/about.md | 11 ++--------- content/pages/faq.md | 3 ++- content/posts/a-python-environment-setup.md | 3 +-- content/posts/a-quick-zfs-overview-on-linux.md | 4 ++-- content/posts/ansible-testing-with-molecule.md | 4 ++-- content/posts/automating-borg.md | 4 ++-- content/posts/bookmark-with-org-capture.md | 4 ++-- content/posts/borgbackup.md | 4 ++-- content/posts/building-k3s-on-a-pi.md | 4 ++-- .../building-up-simple-monitoring-on-healthchecks.md | 4 ++-- content/posts/calendar-organization-with-org.md | 4 ++-- .../deploying-helm-in-your-kubernetes-cluster.md | 4 ++-- content/posts/dotfiles-with-chezmoi.md | 4 ++-- content/posts/emacs-and-org-mode.md | 4 ++-- content/posts/email-imap-setup-with-isync.md | 4 ++-- ...l-setup-with-isync-notmuch-afew-msmtp-and-emacs.md | 4 ++-- content/posts/git-binary-clean-up.md | 4 ++-- content/posts/git-branching-and-merging.md | 4 ++-- content/posts/git-first-steps.md | 4 ++-- content/posts/git-remotes.md | 4 ++-- content/posts/let-s-play-with-traefik.md | 4 ++-- content/posts/linux-containers.md | 4 ++-- .../posts/literate-programing-emacs-configuration.md | 4 ++-- content/posts/local-kubernetes-cluster-on-kvm.md | 4 ++-- content/posts/minikube-setup.md | 4 ++-- content/posts/modifying-a-nikola-theme.md | 4 ++-- ...ath-down-the-road-of-cloudflare-s-redirect-loop.md | 4 ++-- content/posts/playing-with-containers-and-tor.md | 4 ++-- .../posts/simple-cron-monitoring-with-healthchecks.md | 4 ++-- content/posts/the-story-behind-cmw.md | 4 ++-- content/posts/weechat-and-emacs.md | 4 ++-- content/posts/weechat-ssh-and-notification.md | 4 ++-- content/posts/welcome-back-to-the-old-world.md | 4 ++-- content/posts/yet-another-rss-reader-move.md | 4 ++-- content/posts/your-first-minikube-helm-deployment.md | 4 ++-- 35 files changed, 69 insertions(+), 76 deletions(-) diff --git a/content/pages/about.md b/content/pages/about.md index 283c1be..8b585da 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -1,7 +1,8 @@ +++ title = "About" author = ["Elia el Lazkani"] -lastmod = 2021-06-27T23:58:31+02:00 +date = 2019-06-21 +lastmod = 2021-07-04 draft = false weight = 2002 noauthor = true @@ -30,11 +31,3 @@ If, for some reason, you'd like to get in touch you have sevaral options. - Email me at `blog[at]lazkani[dot]io` If you use _GPG_ and you should, my public key is `2383 8945 E07E 670A 4BFE 39E6 FBD8 1F2B 1F48 8C2B` - - -## Projects {#projects} - -- [blog.lazkani.io](https://gitea.project42.io/Elia/blog.lazkani.io): The DevOps [blog](https://blog.lazkani.io) -- [weenotify](https://gitlab.com/elazkani/weenotify): an official [weechat](https://weechat.org) notification plugin. -- [go-cmw](https://gitlab.com/elazkani/go-cmw): a terminal weather application. It can be easily integrated into `tmux` or used in all sorts of ways. -- [rundeck-resources](https://gitlab.com/elazkani/rundeck-resources): python tool to query resources from different sources and export them into a data structure that [Rundeck](https://www.rundeck.com/open-source) can consume. This tool can be found on [PyPI](https://pypi.org/project/rundeck-resources/). diff --git a/content/pages/faq.md b/content/pages/faq.md index be9f5e0..c4b59a2 100644 --- a/content/pages/faq.md +++ b/content/pages/faq.md @@ -1,7 +1,8 @@ +++ title = "FAQ" author = ["Elia el Lazkani"] -lastmod = 2021-06-27T23:58:28+02:00 +date = 2021-07-04 +lastmod = 2021-07-04 draft = false weight = 2001 noauthor = true diff --git a/content/posts/a-python-environment-setup.md b/content/posts/a-python-environment-setup.md index 2ac509f..3890ed9 100644 --- a/content/posts/a-python-environment-setup.md +++ b/content/posts/a-python-environment-setup.md @@ -1,8 +1,7 @@ +++ title = "A Python Environment Setup" author = ["Elia el Lazkani"] -date = 2021-06-17T21:00:00+02:00 -lastmod = 2021-06-28T00:01:06+02:00 +date = 2021-06-17 tags = ["python", "pipx", "pyenv", "virtual-environment", "virtualfish"] categories = ["misc"] draft = false diff --git a/content/posts/a-quick-zfs-overview-on-linux.md b/content/posts/a-quick-zfs-overview-on-linux.md index bb8018f..8b083e3 100644 --- a/content/posts/a-quick-zfs-overview-on-linux.md +++ b/content/posts/a-quick-zfs-overview-on-linux.md @@ -1,8 +1,8 @@ +++ title = "A Quick ZFS Overview on Linux" author = ["Elia el Lazkani"] -date = 2020-01-27T21:00:00+01:00 -lastmod = 2021-06-28T00:01:00+02:00 +date = 2020-01-27 +lastmod = 2020-01-27 tags = ["zfs", "file-system"] categories = ["misc"] draft = false diff --git a/content/posts/ansible-testing-with-molecule.md b/content/posts/ansible-testing-with-molecule.md index 83daa45..5137e5b 100644 --- a/content/posts/ansible-testing-with-molecule.md +++ b/content/posts/ansible-testing-with-molecule.md @@ -1,8 +1,8 @@ +++ title = "Ansible testing with Molecule" author = ["Elia el Lazkani"] -date = 2019-06-21T21:00:00+02:00 -lastmod = 2021-06-28T00:00:33+02:00 +date = 2019-01-11 +lastmod = 2019-06-21 tags = ["ansible", "molecule"] categories = ["configuration-management"] draft = false diff --git a/content/posts/automating-borg.md b/content/posts/automating-borg.md index f62dc31..9df382a 100644 --- a/content/posts/automating-borg.md +++ b/content/posts/automating-borg.md @@ -1,8 +1,8 @@ +++ title = "Automating Borg" author = ["Elia el Lazkani"] -date = 2020-02-02T21:00:00+01:00 -lastmod = 2021-06-28T00:00:27+02:00 +date = 2020-02-02 +lastmod = 2020-02-02 tags = ["borgmatic", "borgbackup", "borg"] categories = ["backup"] draft = false diff --git a/content/posts/bookmark-with-org-capture.md b/content/posts/bookmark-with-org-capture.md index dc96949..e09d3a1 100644 --- a/content/posts/bookmark-with-org-capture.md +++ b/content/posts/bookmark-with-org-capture.md @@ -1,8 +1,8 @@ +++ title = "Bookmark with Org-capture" author = ["Elia el Lazkani"] -date = 2021-05-27T21:00:00+02:00 -lastmod = 2021-06-28T00:01:54+02:00 +date = 2020-09-17 +lastmod = 2021-05-27 tags = ["org-mode", "emacs", "org-capture", "org-web-tools", "org-cliplink"] categories = ["text-editors"] draft = false diff --git a/content/posts/borgbackup.md b/content/posts/borgbackup.md index 31ca397..49a3fce 100644 --- a/content/posts/borgbackup.md +++ b/content/posts/borgbackup.md @@ -1,8 +1,8 @@ +++ title = "BorgBackup" author = ["Elia el Lazkani"] -date = 2020-01-30T21:00:00+01:00 -lastmod = 2021-06-28T00:00:24+02:00 +date = 2020-01-30 +lastmod = 2020-01-30 tags = ["borg", "borgbackup"] categories = ["backup"] draft = false diff --git a/content/posts/building-k3s-on-a-pi.md b/content/posts/building-k3s-on-a-pi.md index 7261549..f242c65 100644 --- a/content/posts/building-k3s-on-a-pi.md +++ b/content/posts/building-k3s-on-a-pi.md @@ -1,8 +1,8 @@ +++ title = "Building k3s on a Pi" author = ["Elia el Lazkani"] -date = 2020-08-09T21:00:00+02:00 -lastmod = 2021-06-28T00:00:45+02:00 +date = 2020-08-09 +lastmod = 2020-08-09 tags = ["arm", "kubernetes"] categories = ["k3s"] draft = false diff --git a/content/posts/building-up-simple-monitoring-on-healthchecks.md b/content/posts/building-up-simple-monitoring-on-healthchecks.md index 0f48ef4..4bef484 100644 --- a/content/posts/building-up-simple-monitoring-on-healthchecks.md +++ b/content/posts/building-up-simple-monitoring-on-healthchecks.md @@ -1,8 +1,8 @@ +++ title = "Building up simple monitoring on Healthchecks" author = ["Elia el Lazkani"] -date = 2020-02-11T21:00:00+01:00 -lastmod = 2021-06-28T00:01:20+02:00 +date = 2020-02-11 +lastmod = 2020-02-11 tags = ["healthchecks", "cron", "curl"] categories = ["monitoring"] draft = false diff --git a/content/posts/calendar-organization-with-org.md b/content/posts/calendar-organization-with-org.md index 3c6ecc4..1a11c5e 100644 --- a/content/posts/calendar-organization-with-org.md +++ b/content/posts/calendar-organization-with-org.md @@ -1,8 +1,8 @@ +++ title = "Calendar Organization with Org" author = ["Elia el Lazkani"] -date = 2021-05-31T21:00:00+02:00 -lastmod = 2021-06-28T00:01:55+02:00 +date = 2021-05-30 +lastmod = 2021-05-31 tags = ["emacs", "org-mode", "calendar", "organization"] categories = ["text-editors"] draft = false diff --git a/content/posts/deploying-helm-in-your-kubernetes-cluster.md b/content/posts/deploying-helm-in-your-kubernetes-cluster.md index 9b4d761..082db52 100644 --- a/content/posts/deploying-helm-in-your-kubernetes-cluster.md +++ b/content/posts/deploying-helm-in-your-kubernetes-cluster.md @@ -1,8 +1,8 @@ +++ title = "Deploying Helm in your Kubernetes Cluster" author = ["Elia el Lazkani"] -date = 2019-07-02T21:00:00+02:00 -lastmod = 2021-06-28T00:00:58+02:00 +date = 2019-03-16 +lastmod = 2019-07-02 tags = ["helm", "tiller"] categories = ["kubernetes"] draft = false diff --git a/content/posts/dotfiles-with-chezmoi.md b/content/posts/dotfiles-with-chezmoi.md index 26f74ca..3ae7e6b 100644 --- a/content/posts/dotfiles-with-chezmoi.md +++ b/content/posts/dotfiles-with-chezmoi.md @@ -1,8 +1,8 @@ +++ title = "Dotfiles with Chezmoi" author = ["Elia el Lazkani"] -date = 2020-10-05T21:00:00+02:00 -lastmod = 2021-06-28T00:00:29+02:00 +date = 2020-10-05 +lastmod = 2020-10-05 tags = ["dotfiles", "chezmoi", "encryption", "templates"] categories = ["backup"] draft = false diff --git a/content/posts/emacs-and-org-mode.md b/content/posts/emacs-and-org-mode.md index 8feca53..a1b424c 100644 --- a/content/posts/emacs-and-org-mode.md +++ b/content/posts/emacs-and-org-mode.md @@ -1,8 +1,8 @@ +++ title = "Emacs and Org-mode" author = ["Elia el Lazkani"] -date = 2020-08-22T21:00:00+02:00 -lastmod = 2021-06-28T00:01:50+02:00 +date = 2020-08-22 +lastmod = 2020-08-22 tags = ["emacs", "org-mode", "configuration"] categories = ["text-editors"] draft = false diff --git a/content/posts/email-imap-setup-with-isync.md b/content/posts/email-imap-setup-with-isync.md index 13c0122..a8f17ae 100644 --- a/content/posts/email-imap-setup-with-isync.md +++ b/content/posts/email-imap-setup-with-isync.md @@ -1,8 +1,8 @@ +++ title = "Email IMAP Setup with isync" author = ["Elia el Lazkani"] -date = 2020-12-03T21:00:00+01:00 -lastmod = 2021-06-28T00:01:04+02:00 +date = 2020-12-03 +lastmod = 2020-12-03 tags = ["email", "isync", "imap"] categories = ["misc"] draft = false diff --git a/content/posts/email-setup-with-isync-notmuch-afew-msmtp-and-emacs.md b/content/posts/email-setup-with-isync-notmuch-afew-msmtp-and-emacs.md index ab041e2..c57d311 100644 --- a/content/posts/email-setup-with-isync-notmuch-afew-msmtp-and-emacs.md +++ b/content/posts/email-setup-with-isync-notmuch-afew-msmtp-and-emacs.md @@ -1,8 +1,8 @@ +++ title = "Email Setup with isync, notmuch, afew, msmtp and Emacs" author = ["Elia el Lazkani"] -date = 2020-12-02T21:00:00+01:00 -lastmod = 2021-06-28T00:01:02+02:00 +date = 2020-11-29 +lastmod = 2020-12-02 tags = ["email", "isync", "notmuch", "afew", "msmtp", "emacs"] categories = ["misc"] draft = false diff --git a/content/posts/git-binary-clean-up.md b/content/posts/git-binary-clean-up.md index a855dc8..3358b20 100644 --- a/content/posts/git-binary-clean-up.md +++ b/content/posts/git-binary-clean-up.md @@ -1,8 +1,8 @@ +++ title = "Git binary clean up" author = ["Elia el Lazkani"] -date = 2020-09-02T21:00:00+02:00 -lastmod = 2021-06-28T00:01:34+02:00 +date = 2020-09-02 +lastmod = 2020-09-02 tags = ["git", "git-filter-repo", "git-lfs"] categories = ["revision-control"] draft = false diff --git a/content/posts/git-branching-and-merging.md b/content/posts/git-branching-and-merging.md index 7ed1b4b..0e2ec0f 100644 --- a/content/posts/git-branching-and-merging.md +++ b/content/posts/git-branching-and-merging.md @@ -1,8 +1,8 @@ +++ title = "Git! Branching and Merging" author = ["Elia el Lazkani"] -date = 2019-08-01T21:00:00+02:00 -lastmod = 2021-06-28T00:01:30+02:00 +date = 2020-08-01 +lastmod = 2019-08-01 tags = ["git", "branch", "merge"] categories = ["revision-control"] draft = false diff --git a/content/posts/git-first-steps.md b/content/posts/git-first-steps.md index 3599a69..b019a06 100644 --- a/content/posts/git-first-steps.md +++ b/content/posts/git-first-steps.md @@ -1,8 +1,8 @@ +++ title = "Git! First Steps…" author = ["Elia el Lazkani"] -date = 2019-07-23T21:00:00+02:00 -lastmod = 2021-06-28T00:01:28+02:00 +date = 2019-07-22 +lastmod = 2019-07-23 tags = ["git"] categories = ["revision-control"] draft = false diff --git a/content/posts/git-remotes.md b/content/posts/git-remotes.md index 0540fe5..fbfe967 100644 --- a/content/posts/git-remotes.md +++ b/content/posts/git-remotes.md @@ -1,8 +1,8 @@ +++ title = "Git! Remotes…" author = ["Elia el Lazkani"] -date = 2019-08-07T21:00:00+02:00 -lastmod = 2021-06-28T00:01:31+02:00 +date = 2019-08-07 +lastmod = 2019-08-07 tags = ["rebase", "remotes", "git"] categories = ["revision-control"] draft = false diff --git a/content/posts/let-s-play-with-traefik.md b/content/posts/let-s-play-with-traefik.md index fb1fcf7..e1cb448 100644 --- a/content/posts/let-s-play-with-traefik.md +++ b/content/posts/let-s-play-with-traefik.md @@ -1,8 +1,8 @@ +++ title = "Let's play with Traefik" author = ["Elia el Lazkani"] -date = 2021-06-24T21:00:00+02:00 -lastmod = 2021-06-28T00:00:42+02:00 +date = 2021-06-24 +lastmod = 2021-06-24 tags = ["docker", "linux", "traefik", "nginx", "ssl", "letsencrypt"] categories = ["container"] draft = false diff --git a/content/posts/linux-containers.md b/content/posts/linux-containers.md index 9dc23c7..08d0fc5 100644 --- a/content/posts/linux-containers.md +++ b/content/posts/linux-containers.md @@ -1,8 +1,8 @@ +++ title = "Linux Containers" author = ["Elia el Lazkani"] -date = 2021-02-27T21:00:00+01:00 -lastmod = 2021-06-28T00:00:36+02:00 +date = 2021-02-27 +lastmod = 2021-02-27 tags = ["linux", "kernel", "docker", "podman", "dockerfile"] categories = ["container"] draft = false diff --git a/content/posts/literate-programing-emacs-configuration.md b/content/posts/literate-programing-emacs-configuration.md index e80bf1e..6d46076 100644 --- a/content/posts/literate-programing-emacs-configuration.md +++ b/content/posts/literate-programing-emacs-configuration.md @@ -1,8 +1,8 @@ +++ title = "Literate Programming Emacs Configuration" author = ["Elia el Lazkani"] -date = 2020-09-12T21:00:00+02:00 -lastmod = 2021-06-28T00:01:52+02:00 +date = 2020-09-12 +lastmod = 2020-09-12 tags = ["emacs", "org-mode", "configuration"] categories = ["text-editors"] draft = false diff --git a/content/posts/local-kubernetes-cluster-on-kvm.md b/content/posts/local-kubernetes-cluster-on-kvm.md index a2f66bd..e8f3bf6 100644 --- a/content/posts/local-kubernetes-cluster-on-kvm.md +++ b/content/posts/local-kubernetes-cluster-on-kvm.md @@ -1,8 +1,8 @@ +++ title = "Local Kubernetes Cluster on KVM" author = ["Elia el Lazkani"] -date = 2019-06-21T21:00:00+02:00 -lastmod = 2021-06-28T00:00:56+02:00 +date = 2019-02-17 +lastmod = 2019-06-21 tags = ["rancher", "rancheros", "kvm", "libvirt"] categories = ["kubernetes"] draft = false diff --git a/content/posts/minikube-setup.md b/content/posts/minikube-setup.md index f7f05e5..a4dbbf8 100644 --- a/content/posts/minikube-setup.md +++ b/content/posts/minikube-setup.md @@ -1,8 +1,8 @@ +++ title = "Minikube Setup" author = ["Elia el Lazkani"] -date = 2019-07-02T21:00:00+02:00 -lastmod = 2021-06-28T00:00:48+02:00 +date = 2019-02-09 +lastmod = 2019-07-02 tags = ["minikube", "ingress", "ingress-controller"] categories = ["kubernetes"] draft = false diff --git a/content/posts/modifying-a-nikola-theme.md b/content/posts/modifying-a-nikola-theme.md index 44fdebe..94b3e20 100644 --- a/content/posts/modifying-a-nikola-theme.md +++ b/content/posts/modifying-a-nikola-theme.md @@ -1,8 +1,8 @@ +++ title = "Modifying a Nikola theme" author = ["Elia el Lazkani"] -date = 2020-09-01T21:00:00+02:00 -lastmod = 2021-06-28T00:01:25+02:00 +date = 2020-09-01 +lastmod = 2020-09-01 tags = ["theme", "blog"] categories = ["nikola"] draft = false diff --git a/content/posts/my-path-down-the-road-of-cloudflare-s-redirect-loop.md b/content/posts/my-path-down-the-road-of-cloudflare-s-redirect-loop.md index 7785fe9..3045582 100644 --- a/content/posts/my-path-down-the-road-of-cloudflare-s-redirect-loop.md +++ b/content/posts/my-path-down-the-road-of-cloudflare-s-redirect-loop.md @@ -1,8 +1,8 @@ +++ title = "My Path Down The Road of Cloudflare's Redirect Loop" author = ["Elia el Lazkani"] -date = 2020-01-27T21:00:00+01:00 -lastmod = 2021-06-28T00:01:07+02:00 +date = 2020-01-27 +lastmod = 2020-01-27 tags = ["cloudflare", "cdn"] categories = ["misc"] draft = false diff --git a/content/posts/playing-with-containers-and-tor.md b/content/posts/playing-with-containers-and-tor.md index 4b5763b..2ec80c5 100644 --- a/content/posts/playing-with-containers-and-tor.md +++ b/content/posts/playing-with-containers-and-tor.md @@ -1,8 +1,8 @@ +++ title = "Playing with containers and Tor" author = ["Elia el Lazkani"] -date = 2021-06-21T21:00:00+02:00 -lastmod = 2021-06-28T00:00:39+02:00 +date = 2021-06-21 +lastmod = 2021-06-21 tags = ["docker", "linux", "ubuntu", "fedora", "proxy", "privoxy"] categories = ["container", "text-editors"] draft = false diff --git a/content/posts/simple-cron-monitoring-with-healthchecks.md b/content/posts/simple-cron-monitoring-with-healthchecks.md index 31323cc..90852f8 100644 --- a/content/posts/simple-cron-monitoring-with-healthchecks.md +++ b/content/posts/simple-cron-monitoring-with-healthchecks.md @@ -1,8 +1,8 @@ +++ title = "Simple cron monitoring with HealthChecks" author = ["Elia el Lazkani"] -date = 2020-02-09T21:00:00+01:00 -lastmod = 2021-06-28T00:01:19+02:00 +date = 2020-02-09 +lastmod = 2020-02-09 tags = ["healthchecks", "cron"] categories = ["monitoring"] draft = false diff --git a/content/posts/the-story-behind-cmw.md b/content/posts/the-story-behind-cmw.md index ba6e1c6..676a053 100644 --- a/content/posts/the-story-behind-cmw.md +++ b/content/posts/the-story-behind-cmw.md @@ -1,8 +1,8 @@ +++ title = "The Story Behind cmw" author = ["Elia el Lazkani"] -date = 2019-08-31T21:00:00+02:00 -lastmod = 2021-06-28T00:01:15+02:00 +date = 2019-08-31 +lastmod = 2019-08-31 tags = ["python", "development"] categories = ["misc"] draft = false diff --git a/content/posts/weechat-and-emacs.md b/content/posts/weechat-and-emacs.md index 6d2c668..545d17c 100644 --- a/content/posts/weechat-and-emacs.md +++ b/content/posts/weechat-and-emacs.md @@ -1,8 +1,8 @@ +++ title = "Weechat and Emacs" author = ["Elia el Lazkani"] -date = 2020-09-03T21:00:00+02:00 -lastmod = 2021-06-28T00:01:47+02:00 +date = 2020-09-03 +lastmod = 2020-09-03 tags = ["weechat", "emacs", "weechat-el"] categories = ["irc"] draft = false diff --git a/content/posts/weechat-ssh-and-notification.md b/content/posts/weechat-ssh-and-notification.md index f7fce53..73a3261 100644 --- a/content/posts/weechat-ssh-and-notification.md +++ b/content/posts/weechat-ssh-and-notification.md @@ -1,8 +1,8 @@ +++ title = "Weechat, SSH and Notification" author = ["Elia el Lazkani"] -date = 2019-07-02T21:00:00+02:00 -lastmod = 2021-06-28T00:01:44+02:00 +date = 2019-01-01 +lastmod = 2019-07-02 tags = ["weechat", "notification", "ssh"] categories = ["irc"] draft = false diff --git a/content/posts/welcome-back-to-the-old-world.md b/content/posts/welcome-back-to-the-old-world.md index 2625e53..5f0dba5 100644 --- a/content/posts/welcome-back-to-the-old-world.md +++ b/content/posts/welcome-back-to-the-old-world.md @@ -1,8 +1,8 @@ +++ title = "Welcome back to the old world" author = ["Elia el Lazkani"] -date = 2020-09-01T21:00:00+02:00 -lastmod = 2021-06-28T00:01:23+02:00 +date = 2020-08-31 +lastmod = 2020-09-01 tags = ["blog", "org-mode", "emacs", "rst"] categories = ["nikola"] draft = false diff --git a/content/posts/yet-another-rss-reader-move.md b/content/posts/yet-another-rss-reader-move.md index b176613..f3ebef5 100644 --- a/content/posts/yet-another-rss-reader-move.md +++ b/content/posts/yet-another-rss-reader-move.md @@ -1,8 +1,8 @@ +++ title = "Yet Another RSS Reader Move ?" author = ["Elia el Lazkani"] -date = 2020-09-15T21:00:00+02:00 -lastmod = 2021-06-28T00:01:40+02:00 +date = 2020-09-14 +lastmod = 2020-09-15 tags = ["emacs", "org-mode", "configuration"] categories = ["rss"] draft = false diff --git a/content/posts/your-first-minikube-helm-deployment.md b/content/posts/your-first-minikube-helm-deployment.md index 0493e49..3a9a0c8 100644 --- a/content/posts/your-first-minikube-helm-deployment.md +++ b/content/posts/your-first-minikube-helm-deployment.md @@ -1,8 +1,8 @@ +++ title = "Your First Minikube Helm Deployment" author = ["Elia el Lazkani"] -date = 2019-06-21T21:00:00+02:00 -lastmod = 2021-06-28T00:00:54+02:00 +date = 2019-02-10 +lastmod = 2019-06-21 tags = ["minikube", "ingress", "helm", "prometheus", "grafana"] categories = ["kubernetes"] draft = false