Skip to content

Commit

Permalink
feat: 폼 관련 포스팅
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed Apr 28, 2024
1 parent c1a2e9c commit 0ab4ae4
Show file tree
Hide file tree
Showing 19 changed files with 2,898 additions and 612 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import sitemap from '@astrojs/sitemap';
import tailwind from "@astrojs/tailwind";

import react from "@astrojs/react";
import customTheme from './shiki/github-dark-default.json'

// https://astro.build/config
export default defineConfig({
Expand All @@ -22,10 +23,15 @@ export default defineConfig({
rehypePlugins: [() => rehypeKatex({
output: "mathml",
strict: false
})
}),
// rehypeMathjax
]
}), tailwind(), sitemap(), react()],
markdown:{
shikiConfig: {
theme: customTheme,
},
},
site: 'https://yongsk0066.github.io',
base: '/'
});
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@astrojs/check": "0.5.10",
"@astrojs/lit": "^4.0.1",
"@astrojs/mdx": "2.3.0",
"@astrojs/react": "3.3.0",
"@astrojs/mdx": "2.3.1",
"@astrojs/react": "3.3.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "3.1.2",
"@astrojs/sitemap": "3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/ssr-client": "^1.1.7",
Expand All @@ -24,7 +24,7 @@
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "4.6.1",
"astro": "4.7.0",
"fs-extra": "^11.1.1",
"jsdom": "^24.0.0",
"lit": "^3.1.2",
Expand Down
Binary file added public/fonts/Pretendard-Black.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-Bold.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-ExtraBold.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-ExtraLight.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-Light.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-Medium.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-Regular.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-SemiBold.woff2
Binary file not shown.
Binary file added public/fonts/Pretendard-Thin.woff2
Binary file not shown.
Loading

0 comments on commit 0ab4ae4

Please sign in to comment.