feat(docs): replace themes with catppuccin
This commit is contained in:
parent
f44ac325e3
commit
110efa2bd6
4 changed files with 1239 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ stdenvNoCC.mkDerivation {
|
|||
'';
|
||||
|
||||
postBuild = ''
|
||||
mkdir -p $out
|
||||
mkdir -p $out $out/theme
|
||||
cp -r book/* $out
|
||||
cp theme/catppuccin.css $out/theme
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue