Added git-plugin
This commit is contained in:
parent
d31509cabd
commit
bf79b6a920
2 changed files with 10 additions and 1 deletions
10
mkdocs.yml
10
mkdocs.yml
|
@ -1,5 +1,8 @@
|
||||||
site_name: Stephan Hadan
|
site_name: Stephan Hadan
|
||||||
site_url: https://stephan.hadan.de/
|
site_url: https://stephan.hadan.de/
|
||||||
|
repo_url: https://github.com/stiebke/stiebke.github.io
|
||||||
|
repo_name: stiebke/stiebke.github.io
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
|
@ -7,6 +10,8 @@ theme:
|
||||||
accent: indigo
|
accent: indigo
|
||||||
logo: assets/logo.png
|
logo: assets/logo.png
|
||||||
favicon: images/favicon.png
|
favicon: images/favicon.png
|
||||||
|
icon:
|
||||||
|
repo: fontawesome/brands/git-alt
|
||||||
language: de
|
language: de
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
|
@ -29,6 +34,8 @@ plugins:
|
||||||
- blog:
|
- blog:
|
||||||
archive: false
|
archive: false
|
||||||
# - social
|
# - social
|
||||||
|
- git-revision-date-localized:
|
||||||
|
enable_creation_date: true
|
||||||
- exporter:
|
- exporter:
|
||||||
formats:
|
formats:
|
||||||
pdf:
|
pdf:
|
||||||
|
@ -54,7 +61,8 @@ extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/github
|
- icon: fontawesome/brands/github
|
||||||
link: https://github.com/stiebke
|
link: https://github.com/stiebke
|
||||||
- icon: fontawesome/brands/bluesky
|
- icon: fontawesome/brands/linkedin
|
||||||
|
link: https://de.linkedin.com/in/stiebke
|
||||||
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
|
||||||
|
|
|
@ -7,6 +7,7 @@ mkdocs-material-extensions~=1.3
|
||||||
pygments~=2.16
|
pygments~=2.16
|
||||||
pymdown-extensions~=10.2
|
pymdown-extensions~=10.2
|
||||||
mkdocs-exporter~=6.2.0
|
mkdocs-exporter~=6.2.0
|
||||||
|
mkdocs-git-revision-date-localized-plugin~=1.3.0
|
||||||
|
|
||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
babel~=2.10
|
babel~=2.10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue