Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ken7253 committed Mar 7, 2024
1 parent 2e047d4 commit 5fed8fd
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 @@ -18,7 +18,8 @@
"how-to-keep-learning",
"introduction-functional-programming",
"how-to-tech-writing",
"howto-use-react-keys"
"howto-use-react-keys",
"what-is-throw"
],
"devDependencies": {
"@slidev/cli": "^0.47.5",
Expand Down
15 changes: 15 additions & 0 deletions what-is-throw/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "@slide/what-is-throw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "slidev build",
"export": "slidev export",
"dev": "slidev"
},
"keywords": [],
"author": "ken7253 <[email protected]>",
"license": "MIT"
}
16 changes: 16 additions & 0 deletions what-is-throw/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 what-is-throw/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 what-is-throw/styles/mod.css
Empty file.

0 comments on commit 5fed8fd

Please sign in to comment.