feat: yay slides setup

This commit is contained in:
Laureηt 2023-01-25 20:37:03 +01:00
parent 9c40024a90
commit 4b203cafc2
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
5 changed files with 10511 additions and 0 deletions

2
.gitignore vendored
View file

@ -2,6 +2,8 @@
data
assets
node_modules
*.blend1
# https://github.com/github/gitignore/blob/main/Python.gitignore

10479
docs/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

7
docs/package.json Normal file
View file

@ -0,0 +1,7 @@
{
"dependencies": {
"@slidev/cli": "^0.38.5",
"@slidev/theme-default": "^0.21.2",
"slidev-theme-academic": "^1.1.1"
}
}

22
docs/slides.md Normal file
View file

@ -0,0 +1,22 @@
---
theme: academic
class: text-white
coverAuthor: Laurent Fainsin, Damien Guillotin, Pierre-Eliot Jourdan
coverBackgroundUrl: >-
https://images.unsplash.com/photo-1655720408861-8b04c0724fd9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8
coverBackgroundSource: unplash
coverBackgroundSourceUrl: https://unsplash.com/photos/Vc0CmuIfMg0
coverDate: '2023-01-05'
themeConfig:
paginationX: r
paginationY: t
paginationPagesDisabled:
- 1
title: Bureau d'étude de PI3D
---
# Bureau d'étude de PI3D
Sujet 6 - Reformulation du MVS par level sets
---

View file

@ -22,6 +22,7 @@
gtk2 = pkgs.gtk2;
})
blender
nodejs
];
};
});