1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Un-break social plugin (I hope)

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-05-15 15:57:42 +12:00
parent 25d49db182
commit ebec49f721
2 changed files with 6 additions and 4 deletions

View File

@@ -23,9 +23,11 @@ plugins:
utm_medium: "RSS"
utm_campaign: "feed-syndication"
social:
cards_color:
fill: "#FFFFFF"
text: "#000000"
# cards_layout_options:
# font_family: Ubuntu
# cards_color:
# fill: "#FFFFFF"
# text: "#000000"
privacy:
external_links_attr_map:
target: _blank

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# docker pull ghcr.io/geek-cookbook/mkdocs-material-insiders
docker pull ghcr.io/geek-cookbook/mkdocs-material-insiders
docker build --build-arg FROM_SOURCE=ghcr.io/geek-cookbook/mkdocs-material-insiders . -t funkypenguin/mkdocs-material-insiders
docker run --rm --name mkdocs-material -it -p 8123:8000 -v ${PWD}:/docs -e PROD_BUILD=false funkypenguin/mkdocs-material-insiders serve \
--dev-addr 0.0.0.0:8000 \