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:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user