Skip to content

Commit

Permalink
cont: add using video as draft
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed May 21, 2024
1 parent 18741b1 commit 488116c
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ import CodeHiveLayout from './CodeHiveLayout.vue';
import './style.css';
import "@fontsource/source-code-pro";
import "@fontsource/source-code-pro/900.css";
import { vueVimeoPlayer } from 'vue-vimeo-player'


export default {
extends: DefaultTheme,
Layout: CodeHiveLayout,
enhanceApp({ app, router, siteData }) {
app.component('MissionStatement', MissionStatement);
app.component('vimeo-player', vueVimeoPlayer);
},
} satisfies Theme
9 changes: 9 additions & 0 deletions en/posts/2024-using-surveytool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Using the CLDR SurveyTool
date: 2024-05-20
draft: true
---

As part of our work with the CLDR Digitally Disadvantaged Languages (DDL) workgroup, we created a training video for the Survey Tool.

<vimeo-player video-id="948529306"/>
65 changes: 39 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"license": "MIT",
"dependencies": {
"@fontsource/source-code-pro": "^5.0.16"
"@fontsource/source-code-pro": "^5.0.16",
"vue-vimeo-player": "^1.1.2"
}
}

0 comments on commit 488116c

Please sign in to comment.