Skip to content

Commit

Permalink
feat: finish home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jan 26, 2024
1 parent 8a3ec4e commit 064a884
Show file tree
Hide file tree
Showing 13 changed files with 2,335 additions and 1,954 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"[mdx]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "never"
}
}
}
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
social: {
github: "https://github.com/volarjs/",
twitter: "https://twitter.com/johnsoncodehk",
discord: "https://discord.gg/Ha7XJbMJZc",
discord: "https://discord.gg/N94ECvy2uW",
},
customCss: ["./src/styles/custom.css"],
editLink: {
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@
"format": "prettier -w --cache ."
},
"dependencies": {
"@astrojs/starlight": "^0.9.0",
"astro": "^3.0.8",
"sharp": "^0.32.5",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
"@astrojs/starlight": "^0.16.0",
"@types/hast": "^3.0.3",
"astro": "^4.2.3",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"hast-util-from-html": "^1.0.2",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.2.0",
"rehype": "^12.0.1",
"start-server-and-test": "^2.0.0",
"unist-util-visit": "^4.1.2"
"hast-util-from-html": "^2.0.1",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"rehype": "^13.0.1",
"start-server-and-test": "^2.0.3",
"unist-util-visit": "^5.0.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 064a884

Please sign in to comment.