From 68f377f87765796390abf812d853aeb786ca201e Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Thu, 28 Mar 2024 14:12:01 +0700 Subject: [PATCH] chore: finalize and ready to launch after many fixes --- docs/index.md | 2 +- docs/posts/0003-kubernetes-the-hard-way.md | 2 ++ docs/posts/0005-install-k3s-on-ubuntu22.md | 2 ++ mkdocs.yml | 3 ++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9b3febc..c55a560 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,4 +2,4 @@ hide: - navigation --- -# Developer Friendly +# Blog diff --git a/docs/posts/0003-kubernetes-the-hard-way.md b/docs/posts/0003-kubernetes-the-hard-way.md index 29716cb..86224b7 100644 --- a/docs/posts/0003-kubernetes-the-hard-way.md +++ b/docs/posts/0003-kubernetes-the-hard-way.md @@ -8,6 +8,8 @@ categories: - Ansible - Vagrant - Cilium +links: + - ./posts/0005-install-k3s-on-ubuntu22.md --- # Kubernetes The Hard Way diff --git a/docs/posts/0005-install-k3s-on-ubuntu22.md b/docs/posts/0005-install-k3s-on-ubuntu22.md index c7e00da..bad68c8 100644 --- a/docs/posts/0005-install-k3s-on-ubuntu22.md +++ b/docs/posts/0005-install-k3s-on-ubuntu22.md @@ -11,6 +11,8 @@ categories: - Ansible - Cloud Computing - Hetzner +links: + - ./posts/0003-kubernetes-the-hard-way.md --- # How to Install Lightweight Kubernetes on Ubuntu 22.04 diff --git a/mkdocs.yml b/mkdocs.yml index 6d59967..f9abf80 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -102,7 +102,7 @@ plugins: debug_on_build: !ENV [DEBUG_BUILD, false] - blog: blog_dir: . - authors_profiles: true + authors_profiles: !ENV [AUTHORS_PROFILE, false] post_readtime: true blog_toc: true post_date_format: long @@ -154,6 +154,7 @@ theme: - content.code.select - content.tabs.link - content.tooltips + - content.footnote.tooltips - header.autohide - navigation.expand - navigation.footer