mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 13:26:11 +00:00
chore(global): update deps and work for Read the Docs Addons support
also sync the overriden templates against mkdocs-material upstream Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
e5048e6f0f
commit
e440ee780d
11 changed files with 279 additions and 205 deletions
|
@ -4,6 +4,9 @@
|
|||
gitFull
|
||||
pipenv
|
||||
|
||||
# doppler
|
||||
doppler
|
||||
|
||||
# required for social cards in mkdocs-material
|
||||
cairo
|
||||
freetype
|
||||
|
@ -26,5 +29,11 @@
|
|||
|
||||
enterShell = ''
|
||||
pipenv install
|
||||
npm install
|
||||
'';
|
||||
|
||||
tasks = {
|
||||
"site:build".exec = "pipenv run build";
|
||||
"site:deploy".exec = "npm run deploy";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue