diff --git a/not-sequential-focus/package.json b/not-sequential-focus/package.json new file mode 100644 index 0000000..5b0a495 --- /dev/null +++ b/not-sequential-focus/package.json @@ -0,0 +1,14 @@ +{ + "name": "@slide/not-sequential-focus", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "export": "slidev export", + "build": "slidev build", + "dev": "slidev" + }, + "keywords": [], + "author": "ken7253 ", + "license": "MIT" +} diff --git a/not-sequential-focus/slides.md b/not-sequential-focus/slides.md new file mode 100644 index 0000000..410e9f4 --- /dev/null +++ b/not-sequential-focus/slides.md @@ -0,0 +1,16 @@ +--- +theme: default +titleTemplate: '%s - ken7253' +colorSchema: 'dark' +fonts: + sans: 'M PLUS 2' + mono: 'M PLUS 1 Code' +--- + +# slide title + +--- +src: "../reuse/me.md" +--- + +--- diff --git a/not-sequential-focus/styles/index.ts b/not-sequential-focus/styles/index.ts new file mode 100644 index 0000000..f1c9f2c --- /dev/null +++ b/not-sequential-focus/styles/index.ts @@ -0,0 +1,2 @@ +import "./mod.css" +import "@slide/reuse/styles"; \ No newline at end of file diff --git a/not-sequential-focus/styles/mod.css b/not-sequential-focus/styles/mod.css new file mode 100644 index 0000000..e69de29 diff --git a/package-lock.json b/package-lock.json index bc4521f..f25e569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,8 @@ "howto-use-react-keys", "the-tooltip", "is-seo-everything", - "hooks-testing" + "hooks-testing", + "not-sequential-focus" ], "dependencies": { "@iconify-json/mdi": "^1.1.66", @@ -1430,6 +1431,10 @@ "resolved": "is-seo-everything", "link": true }, + "node_modules/@slide/not-sequential-focus": { + "resolved": "not-sequential-focus", + "link": true + }, "node_modules/@slide/reuse": { "resolved": "reuse", "link": true @@ -10050,6 +10055,11 @@ "url": "https://github.com/sponsors/wooorm" } }, + "not-sequential-focus": { + "version": "1.0.0", + "license": "MIT", + "devDependencies": {} + }, "reuse": { "name": "@slide/reuse", "version": "1.0.0", diff --git a/package.json b/package.json index 4fb1752..c996275 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "howto-use-react-keys", "the-tooltip", "is-seo-everything", - "hooks-testing" + "hooks-testing", + "not-sequential-focus" ], "devDependencies": { "@slidev/cli": "^0.49.10",