Changed to mkdocs-material insiders, rss icon bug fix
This commit is contained in:
parent
15377bc2fe
commit
c13cc0df4b
3 changed files with 8 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,6 +24,10 @@ jobs:
|
||||||
path: .cache
|
path: .cache
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
mkdocs-material-
|
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: pip install -r requirements.txt
|
||||||
- run: playwright install chromium --with-deps
|
- run: playwright install chromium --with-deps
|
||||||
- run: mkdocs gh-deploy --force
|
- run: mkdocs gh-deploy --force
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
|
@ -83,6 +83,8 @@ theme:
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
- privacy:
|
||||||
|
enabled: !ENV [CI, false]
|
||||||
- blog:
|
- blog:
|
||||||
archive: false
|
archive: false
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
|
@ -130,7 +132,7 @@ extra:
|
||||||
link: https://bsky.app/profile/stiebke.bsky.social
|
link: https://bsky.app/profile/stiebke.bsky.social
|
||||||
- icon: fontawesome/brands/mastodon
|
- icon: fontawesome/brands/mastodon
|
||||||
link: https://freiburg.social/@stiebke
|
link: https://freiburg.social/@stiebke
|
||||||
- icon: fontawesome/brands/rss
|
- icon: fontawesome/solid/rss
|
||||||
link: https://stephan.hadan.de/feed_rss_created.xml
|
link: https://stephan.hadan.de/feed_rss_created.xml
|
||||||
name: Neueste Blogbeiträge
|
name: Neueste Blogbeiträge
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
jinja2~=3.0
|
jinja2~=3.0
|
||||||
markdown~=3.2
|
markdown~=3.2
|
||||||
mkdocs~=1.6
|
mkdocs~=1.6
|
||||||
mkdocs-material~=9.5
|
#mkdocs-material~=9.5
|
||||||
mkdocs-material-extensions~=1.3
|
mkdocs-material-extensions~=1.3
|
||||||
pygments~=2.16
|
pygments~=2.16
|
||||||
pymdown-extensions~=10.2
|
pymdown-extensions~=10.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue