Skip to content

Commit

Permalink
feat: new talk
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 17, 2024
1 parent cd6b052 commit ce109d4
Show file tree
Hide file tree
Showing 45 changed files with 4,549 additions and 2,736 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "2024-07-06/src/yak-shaving-map"]
path = 2024-07-06/src/yak-shaving-map
url = https://github.com/antfu/yak-shaving-map

[submodule "2024-10-19/src/yak-shaving-map"]
path = 2024-10-19/src/yak-shaving-map
url = https://github.com/antfu/yak-shaving-map
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"*.css": "postcss"
},

// Enable the flat config support
"eslint.experimental.useFlatConfig": true,

// Disable the default formatter
"prettier.enable": false,
"editor.formatOnSave": false,
Expand Down
98 changes: 98 additions & 0 deletions 2024-10-19/src/.slidev/graph/yak-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"id": "yak-example",
"pos": {
"blog-post": {
"x": -22,
"y": -380
},
"static-site-generator": {
"x": -18,
"y": -235
},
"framework": {
"x": -23,
"y": -123
},
"routing": {
"x": -151,
"y": -114
},
"state-management": {
"x": -73,
"y": -48
},
"ide-plugins": {
"x": 67,
"y": -51
},
"devtools": {
"x": 116,
"y": -118
},
"compiler": {
"x": -125,
"y": -174
},
"component-lib": {
"x": -13,
"y": -12
},
"bundler": {
"x": -180,
"y": -234
},
"lsp": {
"x": 154,
"y": 10
},
"ssr": {
"x": -196,
"y": -47
},
"testing": {
"x": 87,
"y": -182
},
"markdown-compiler": {
"x": 80,
"y": -299
},
"image-process": {
"x": -123,
"y": -301
},
"state-machine": {
"x": -105,
"y": 13
},
"highlight": {
"x": 45,
"y": 13
},
"dots": {
"x": -14,
"y": 78
},
"dots1": {
"x": -111,
"y": 81
},
"dots2": {
"x": 54,
"y": 80
},
"dots3": {
"x": 81,
"y": -365
},
"dots4": {
"x": 124,
"y": -242
}
},
"view": {
"x": -15.17038014929557,
"y": -134.66628559673643
},
"scale": 0.9118900388488103
}
1 change: 0 additions & 1 deletion 2024-10-19/src/components/YakExample.tldr

This file was deleted.

Loading

0 comments on commit ce109d4

Please sign in to comment.