mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
enable social cards, allow building docs without insiders
This commit is contained in:
parent
ceeb007ca0
commit
86d3fc4fbb
1 changed files with 7 additions and 4 deletions
11
mkdocs.yml
11
mkdocs.yml
|
@ -194,7 +194,7 @@ extra:
|
||||||
version:
|
version:
|
||||||
provider: mike
|
provider: mike
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/discord
|
- icon: fontawesome/brands/discord
|
||||||
link: https://discord.gg/k4ruYNrudu
|
link: https://discord.gg/k4ruYNrudu
|
||||||
- icon: fontawesome/regular/message
|
- icon: fontawesome/regular/message
|
||||||
link: https://github.com/benphelps/homepage/discussions
|
link: https://github.com/benphelps/homepage/discussions
|
||||||
|
@ -223,10 +223,13 @@ markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
|
- group:
|
||||||
|
enabled: !ENV MKINSIDERS
|
||||||
|
plugins:
|
||||||
|
- optimize
|
||||||
|
- typeset
|
||||||
|
- social
|
||||||
- tags
|
- tags
|
||||||
- typeset
|
|
||||||
# - social
|
|
||||||
- optimize
|
|
||||||
- search:
|
- search:
|
||||||
pipeline:
|
pipeline:
|
||||||
- stemmer
|
- stemmer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue