Skip to content

Commit

Permalink
Remark description
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Mar 5, 2024
1 parent 1da24d6 commit ccd0f77
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import tailwind from '@astrojs/tailwind';
import remarkDescription from 'astro-remark-description'

// https://astro.build/config
export default defineConfig({
site: 'https://blog.rlaisqls.site',
favicon: '/public/favicon.png',
markdown: {
remarkPlugins: [
[remarkDescription, {}]
]
},
integrations: [
starlight({
title: 'Binary Thoughts',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.3.5",
"astro-remark-description": "^1.1.2",
"fetch-meta-tags": "^1.0.12",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.1"
Expand Down
26 changes: 25 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ title: 김은빈
description: Get started building your docs site with Starlight.
---

안녕하세요
안녕하세요 :) 김은빈입니다.

누구나 그렇듯이 더 나은 사람이 되기 위해서 항상 고민하고 있습니다. <br/>
그리고 그 과정에서 배우고 느끼는 점을 기록하고 있습니다.

0 comments on commit ccd0f77

Please sign in to comment.