Changed to mkdocs-material insiders, rss icon bug fix

This commit is contained in:
Stephan Hadan 2024-12-02 22:33:55 +01:00
parent 15377bc2fe
commit c13cc0df4b
3 changed files with 8 additions and 2 deletions

View file

@ -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 }}

View file

@ -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

View file

@ -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