Skip to content

Commit b3ef678

Browse files
authored
feat: astro component and static site (#31)
1 parent d7131df commit b3ef678

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+6339
-2634
lines changed

.vscode/settings.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"editor.insertSpaces": true,
3333
"editor.defaultFormatter": "biomejs.biome"
3434
},
35-
"[typescript|javascript|tsx|jsx]": {
36-
"editor.defaultFormatter": "biomejs.biome"
35+
"[typescript][javascript][tsx][jsx]": {
36+
"editor.defaultFormatter": "esbenp.prettier-vscode"
3737
},
3838
"[markdown]": {
3939
"editor.formatOnSave": false
@@ -52,5 +52,13 @@
5252
"**/__pycache__": true,
5353
"**/*.pyc": true
5454
},
55-
"cSpell.words": ["bunx", "cursorrules", "deinit", "Pulumi", "qwik", "Shadcn"]
55+
"cSpell.words": [
56+
"Agentic",
57+
"bunx",
58+
"cursorrules",
59+
"deinit",
60+
"Pulumi",
61+
"qwik",
62+
"Shadcn"
63+
]
5664
}

alchemy-web/.gitignore

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
.vitepress/cache
1+
# build output
2+
dist/
3+
.output/
4+
5+
# dependencies
6+
node_modules/
7+
8+
# logs
9+
npm-debug.log*
10+
yarn-debug.log*
11+
yarn-error.log*
12+
pnpm-debug.log*
13+
14+
# environment variables
15+
.env
16+
.env.production
17+
18+
# macOS-specific files
19+
.DS_Store
20+
.astro/

alchemy-web/.vitepress/config.mts

Lines changed: 0 additions & 169 deletions
This file was deleted.

alchemy-web/.vitepress/theme/index.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

alchemy-web/.vitepress/theme/style.css

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)