From 1f734dc4b0128b3229bea21b653c8a5cfa1f632f Mon Sep 17 00:00:00 2001 From: lauralani Date: Wed, 6 Sep 2023 13:26:41 +0200 Subject: [PATCH] update link underline --- assets/scss/style.scss | 2 +- content/blog/2021/issues-with-docker-swarm-on-esxi.md | 1 + hugo.yaml | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 625b758..d89bb1f 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -266,7 +266,7 @@ nav { color: $link-font-color; &:hover { - text-decoration: underline; + text-decoration: underline 1.5px; } } diff --git a/content/blog/2021/issues-with-docker-swarm-on-esxi.md b/content/blog/2021/issues-with-docker-swarm-on-esxi.md index 2ff8128..f05c52f 100644 --- a/content/blog/2021/issues-with-docker-swarm-on-esxi.md +++ b/content/blog/2021/issues-with-docker-swarm-on-esxi.md @@ -3,6 +3,7 @@ title: "Issues with Docker Swarm on ESXi" description: "How to make Docker Swarm work with Nodes on ESXi" publishdate: "2021-04-20" author: "Laura 🌹" +draft: true --- I once tried to set up a Docker Swarm Cluster. I had three nodes, two on Proxmox hosts, and one on a ESXi 7 host. The nodes had a GlusterFS storage attached to them which synced data to all three nodes so containers could be started on any node. diff --git a/hugo.yaml b/hugo.yaml index b853c54..9684405 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -11,9 +11,9 @@ params: menu: main: - - name: Blog - pageRef: /blog - weight: 1 +# - name: Blog +# pageRef: /blog +# weight: 1 - name: Portfolio pageRef: /portfolio weight: 2