Skip to content

Commit

Permalink
雛形の呼び出し
Browse files Browse the repository at this point in the history
  • Loading branch information
ken7253 committed Feb 13, 2024
1 parent 1fdb148 commit 977b102
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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 @@ -17,7 +17,8 @@
"how-to-keep-learning",
"introduction-functional-programming",
"how-to-tech-writing",
"howto-use-react-keys"
"howto-use-react-keys",
"the-tooltip"
],
"devDependencies": {
"@slidev/cli": "^0.47.4",
Expand Down
15 changes: 15 additions & 0 deletions the-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "@slide/the-tooltip",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "slidev",
"build": "slidev build",
"export": "slidev export"
},
"keywords": [],
"author": "ken7253 <[email protected]>",
"license": "MIT"
}
16 changes: 16 additions & 0 deletions the-tooltip/slides.md
Original file line number Diff line number Diff line change
@@ -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"
---

---
2 changes: 2 additions & 0 deletions the-tooltip/styles/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import "./mod.css"
import "@slide/reuse/styles";
Empty file added the-tooltip/styles/mod.css
Empty file.

0 comments on commit 977b102

Please sign in to comment.