From c13cc0df4bde8329761af790b3e004dfd6306873 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 2 Dec 2024 22:33:55 +0100 Subject: [PATCH] Changed to mkdocs-material insiders, rss icon bug fix --- .github/workflows/ci.yml | 4 ++++ mkdocs.yml | 4 +++- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ed3f3a..cbb50d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,10 @@ jobs: path: .cache restore-keys: | mkdocs-material- + - run: apt-get install pngquant + - run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git - run: pip install -r requirements.txt - run: playwright install chromium --with-deps - run: mkdocs gh-deploy --force +env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/mkdocs.yml b/mkdocs.yml index 40a4fbf..a716f5e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,6 +83,8 @@ theme: # Plugins plugins: - search + - privacy: + enabled: !ENV [CI, false] - blog: archive: false - git-revision-date-localized: @@ -130,7 +132,7 @@ extra: link: https://bsky.app/profile/stiebke.bsky.social - icon: fontawesome/brands/mastodon link: https://freiburg.social/@stiebke - - icon: fontawesome/brands/rss + - icon: fontawesome/solid/rss link: https://stephan.hadan.de/feed_rss_created.xml name: Neueste Blogbeiträge diff --git a/requirements.txt b/requirements.txt index be44483..07b1e93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ jinja2~=3.0 markdown~=3.2 mkdocs~=1.6 -mkdocs-material~=9.5 +#mkdocs-material~=9.5 mkdocs-material-extensions~=1.3 pygments~=2.16 pymdown-extensions~=10.2