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_medium: "RSS"
|
||||||
utm_campaign: "feed-syndication"
|
utm_campaign: "feed-syndication"
|
||||||
social:
|
social:
|
||||||
cards_color:
|
# cards_layout_options:
|
||||||
fill: "#FFFFFF"
|
# font_family: Ubuntu
|
||||||
text: "#000000"
|
# cards_color:
|
||||||
|
# fill: "#FFFFFF"
|
||||||
|
# text: "#000000"
|
||||||
privacy:
|
privacy:
|
||||||
external_links_attr_map:
|
external_links_attr_map:
|
||||||
target: _blank
|
target: _blank
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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 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 \
|
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 \
|
--dev-addr 0.0.0.0:8000 \
|
||||||
|
|||||||
Reference in New Issue
Block a user