From 45e5bd060303cda6be43fc6b6c3d0abb493af37d Mon Sep 17 00:00:00 2001 From: Jon Lockwood Date: Mon, 29 Aug 2022 10:09:08 +0930 Subject: [PATCH] fix(main_website): blog type required the main website would not build due to requiring the extra.blog config. nofusscomputing/infrastructure/website!8 !2 --- mkdocs.yml | 7 +++++++ theme-overrides/.icons/brand/docker.svg | 0 theme-overrides/article.html | 0 theme-overrides/article_list.html | 0 theme-overrides/home.html | 0 theme-overrides/partials/article_extended_preview.html | 0 theme-overrides/partials/article_metadata.html | 0 theme-overrides/partials/article_social.html | 0 theme-overrides/partials/footer.html | 0 theme-overrides/sitemap.xml | 0 10 files changed, 7 insertions(+) mode change 100755 => 100644 theme-overrides/.icons/brand/docker.svg mode change 100755 => 100644 theme-overrides/article.html mode change 100755 => 100644 theme-overrides/article_list.html mode change 100755 => 100644 theme-overrides/home.html mode change 100755 => 100644 theme-overrides/partials/article_extended_preview.html mode change 100755 => 100644 theme-overrides/partials/article_metadata.html mode change 100755 => 100644 theme-overrides/partials/article_social.html mode change 100755 => 100644 theme-overrides/partials/footer.html mode change 100755 => 100644 theme-overrides/sitemap.xml diff --git a/mkdocs.yml b/mkdocs.yml index 35d281e..a17926c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -87,6 +87,13 @@ extra: - link: https://github.com/NoFussComputing name: Github icon: fontawesome/brands/github + blog: + dir: articles + author: jon_nfc + author_image: https://gitlab.com/uploads/-/system/user/avatar/4125177/avatar.png + words_read_per_minute: 300 + list_length: 25 + extended_preview: true markdown_extensions: diff --git a/theme-overrides/.icons/brand/docker.svg b/theme-overrides/.icons/brand/docker.svg old mode 100755 new mode 100644 diff --git a/theme-overrides/article.html b/theme-overrides/article.html old mode 100755 new mode 100644 diff --git a/theme-overrides/article_list.html b/theme-overrides/article_list.html old mode 100755 new mode 100644 diff --git a/theme-overrides/home.html b/theme-overrides/home.html old mode 100755 new mode 100644 diff --git a/theme-overrides/partials/article_extended_preview.html b/theme-overrides/partials/article_extended_preview.html old mode 100755 new mode 100644 diff --git a/theme-overrides/partials/article_metadata.html b/theme-overrides/partials/article_metadata.html old mode 100755 new mode 100644 diff --git a/theme-overrides/partials/article_social.html b/theme-overrides/partials/article_social.html old mode 100755 new mode 100644 diff --git a/theme-overrides/partials/footer.html b/theme-overrides/partials/footer.html old mode 100755 new mode 100644 diff --git a/theme-overrides/sitemap.xml b/theme-overrides/sitemap.xml old mode 100755 new mode 100644