diff --git a/.vitepress/config.js b/.vitepress/config.js index adf4ecf..99aa937 100755 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -149,7 +149,15 @@ const Customizations = [ link: '/custom/config-vite', }, { +<<<<<<< HEAD text: 'Configurer Windi CSS', +======= + text: 'Configure UnoCSS', + link: '/custom/config-unocss', + }, + { + text: 'Configure Windi CSS', +>>>>>>> c608c011ffbff72d267a0c074a4bfa5ff4b601a7 link: '/custom/config-windicss', }, { @@ -165,7 +173,15 @@ const Customizations = [ link: '/custom/config-mermaid', }, { +<<<<<<< HEAD text: 'Configurer les Raccourcis', +======= + text: 'Configure Parser', + link: '/custom/config-parser', + }, + { + text: 'Configure Shortcuts', +>>>>>>> c608c011ffbff72d267a0c074a4bfa5ff4b601a7 link: '/custom/config-shortcuts', }, { @@ -178,6 +194,17 @@ const Customizations = [ } ] +const BuiltIn = [ + { + text: 'Components', + link: '/builtin/components', + }, + { + text: 'Layouts', + link: '/builtin/layouts', + }, +] + const Resources = [ { text: 'Vitrines', @@ -211,6 +238,7 @@ const slidebars = [ children: Customizations, }, { +<<<<<<< HEAD text: 'Intégrations', children: [ { @@ -222,6 +250,10 @@ const slidebars = [ link: '/builtin/layouts', }, ], +======= + text: 'Built-in', + children: BuiltIn, +>>>>>>> c608c011ffbff72d267a0c074a4bfa5ff4b601a7 }, ] @@ -252,7 +284,8 @@ module.exports = { editLinkText: 'Suggérer un changement sur cette page', algolia: { - apiKey: '1a5c5a504139c58f428974c78c55291d', + appId: 'LCBV6MIFS6', + apiKey: '1ff173fe73b20edc962c1c24c0b1c160', indexName: 'slidev', searchParameters: { // for translations maintainers: change the filter to your locale code (subdomain name) @@ -278,7 +311,15 @@ module.exports = { items: Customizations, }, { +<<<<<<< HEAD text: 'Ressources', +======= + text: 'Built-in', + items: BuiltIn, + }, + { + text: 'Resources', +>>>>>>> c608c011ffbff72d267a0c074a4bfa5ff4b601a7 items: Resources, }, { diff --git a/.vitepress/showcases.ts b/.vitepress/showcases.ts index 7c4c6fa..dbaac2d 100755 --- a/.vitepress/showcases.ts +++ b/.vitepress/showcases.ts @@ -115,7 +115,7 @@ export const showcases: ShowCaseInfo[] = [ name: 'Alexander Eble', link: 'https://github.com/alexanderdavide', }, - slidesLink: 'https://git-most-wanted.alex-eble.de', + slidesLink: 'https://alexeble.de/talks/git-most-wanted/', sourceLink: 'https://github.com/alexanderdavide/git-most-wanted', at: 'Internal Tech Talk', datetime: '2022-03-11', @@ -131,6 +131,52 @@ export const showcases: ShowCaseInfo[] = [ sourceLink: 'https://github.com/webup/openfunction-talks/tree/main/202-node-async', at: 'OpenFunction Tutorial Sharing', datetime: '2022-05-08', + }, + { + title: 'Is it Okay to Pursue Functional Programming on Frontend?', + author: { + name: 'Minsu Kim , Changhui Lee', + }, + at: '2022 JSConf Korea', + slidesLink: 'https://moonlit-nougat-422445.netlify.app/1', + sourceLink: 'https://github.com/alstn2468/2022-jsconf-presentation', + cover: 'https://raw.githubusercontent.com/alstn2468/2022-jsconf-presentation/main/public/images/og.png', + datetime: '2022-09-16', + }, + { + title: 'Blazing slidev ppt template with naive-ui', + author: { + name: 'godkun', + }, + at: 'personal sharing', + slidesLink: 'https://ppt.godkun.top', + sourceLink: 'https://github.com/godkun/ppt-template', + cover: 'https://github.com/godkun/ppt-template/raw/main/public/show.gif', + datetime: '2022-10-24', + }, + { + title: 'Building a Polite Popup with Nuxt 3', + author: { + name: 'Michael Hoffmann', + link: 'https://github.com/mokkapps', + }, + at: 'Vue.js Nation 2023', + slidesLink: 'https://vuejsnation-2023-talk-polite-popup.netlify.app', + sourceLink: 'https://github.com/Mokkapps/vuejsnation-2023-lightning-talk-polite-popup-nuxt-3-slides', + cover: 'https://raw.githubusercontent.com/Mokkapps/vuejsnation-2023-lightning-talk-polite-popup-nuxt-3-slides/main/screenshots/001.png', + datetime: '2023-01-25', + }, + { + title: 'Dev Environment as Code', + cover: 'https://cdn.jsdelivr.net/gh/alexanderdavide/dev-environment-as-code@assets/slides-export/001.png', + author: { + name: 'Alexander Eble', + link: 'https://github.com/alexanderdavide', + }, + slidesLink: 'https://alexeble.de/talks/dev-environment-as-code/', + sourceLink: 'https://github.com/alexanderdavide/dev-environment-as-code', + at: 'Internal Tech Talk', + datetime: '2022-12-01', }, // Add yours here! { diff --git a/.vitepress/theme/components/AlgoliaSearchBox.vue b/.vitepress/theme/components/AlgoliaSearchBox.vue index b9a5b7f..9561cb3 100755 --- a/.vitepress/theme/components/AlgoliaSearchBox.vue +++ b/.vitepress/theme/components/AlgoliaSearchBox.vue @@ -4,126 +4,76 @@ diff --git a/.vitepress/theme/components/Tweet.vue b/.vitepress/theme/components/Tweet.vue index a7bc116..cd307a2 100755 --- a/.vitepress/theme/components/Tweet.vue +++ b/.vitepress/theme/components/Tweet.vue @@ -1,5 +1,5 @@