Skip to content

Commit 1726892

Browse files
committed
feat: social cards
1 parent 17247f9 commit 1726892

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
restore-keys: |
2929
mkdocs-material-
3030
- run: pip install mkdocs-material
31+
- run: pip install "mkdocs-material[imaging]"
32+
- run: apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
3133
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,16 @@ theme:
2121
accent: deep orange
2222
toggle:
2323
icon: material/brightness-4
24-
name: Switch to light mode
24+
name: Switch to light mode
25+
plugins:
26+
- social
27+
- search
28+
29+
30+
extra:
31+
social:
32+
# Took this from the goboscript mkdocs yml file
33+
- icon: fontawesome/brands/github
34+
link: https://github.com/scratch-api
35+
- icon: fontawesome/brands/discord
36+
link: https://discord.gg/mgxyyfnfk8

0 commit comments

Comments
 (0)