mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 21:34:22 +00:00
chore(global): 👷 improve 404 page and Gitpod config, plus some VSC ws config changes
Also in this commit, we also apply changes needed for the use of social cards in the theme we do use. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
e4d61e9f51
commit
d9b6b87724
6 changed files with 52 additions and 9 deletions
13
.gitpod.Dockerfile
vendored
Normal file
13
.gitpod.Dockerfile
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM gitpod/workspace-full
|
||||
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#linux
|
||||
RUN sudo install-packages \
|
||||
libcairo2-dev \
|
||||
libfreetype6-dev \
|
||||
libffi-dev \
|
||||
libjpeg-dev \
|
||||
libpng-dev \
|
||||
libz-dev
|
||||
|
||||
# brew maintenance + install ShellCheck and Hadolint
|
||||
RUN brew update && brew install hadolint shellcheck
|
Loading…
Add table
Add a link
Reference in a new issue