From b5a2de064d47dbe06e31a01fe46be99a0cf8a7a9 Mon Sep 17 00:00:00 2001 From: Thiago Guerrero Date: Tue, 12 Dec 2023 22:38:01 -0300 Subject: [PATCH] Add presentation slides Signed-off-by: Thiago Guerrero --- docs/src/.vuepress/config.js | 8 ++++++-- docs/src/presentation.md | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 docs/src/presentation.md diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 8085b8f..37e2a71 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -31,11 +31,15 @@ module.exports = { }, { text: 'Proposal', - link: '/Proposal/', + link: '/Proposal', }, { text: 'Monography', - link: '/monography/', + link: '/monography', + }, + { + text: 'Presentation', + link: '/presentation', } ] }, diff --git a/docs/src/presentation.md b/docs/src/presentation.md new file mode 100644 index 0000000..1fb6184 --- /dev/null +++ b/docs/src/presentation.md @@ -0,0 +1,22 @@ +--- +title: Presentation +description: Here you can find my presentation about all the work produced this year. +--- + +# {{ $frontmatter.title }} + +**{{ $frontmatter.description }}** + +--- + + + +[See original](https://docs.google.com/presentation/d/1j4JImnFtACdHYUJg10aKwLRjyQlWhknRerY3qtc8HoY) + +--- \ No newline at end of file