From 40b776c3f3493ef1e3b6700bd791e3d5e47c94b8 Mon Sep 17 00:00:00 2001 From: brklntmhwk_dev <86272619+brklntmhwk@users.noreply.github.com> Date: Tue, 12 Nov 2024 05:53:42 +0000 Subject: [PATCH] =?UTF-8?q?refactor(overall):=20=E2=9C=A8=20tweak=20overal?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.ts | 2 +- src/content/blog/en/astro-website.mdx | 4 ++-- src/content/blog/ja/astro-website.mdx | 4 ++-- src/content/page/en/work.mdx | 7 ++++++- src/content/page/ja/work.mdx | 7 ++++++- src/layouts/BlogLayout.astro | 2 +- src/pages/[locale]/index.astro | 6 +++--- src/pages/index.astro | 6 +++--- 8 files changed, 24 insertions(+), 14 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index fc367395..5b693b2a 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -138,7 +138,6 @@ export default defineConfig({ } satisfies RemarkVideoConfig, ], remarkFootnote, - remarkLineBreaks, [ remarkEmbed, { @@ -151,6 +150,7 @@ export default defineConfig({ } satisfies RemarkEmbedOptions, ], remarkLinkCard, + remarkLineBreaks, ], rehypePlugins: [ rehypeKatex, diff --git a/src/content/blog/en/astro-website.mdx b/src/content/blog/en/astro-website.mdx index 6804a5a2..c1bad7c7 100644 --- a/src/content/blog/en/astro-website.mdx +++ b/src/content/blog/en/astro-website.mdx @@ -2,7 +2,7 @@ title: Build a Personal Website with Astro, Cloudflare Pages, D1, and Front Matter CMS description: A quick tour of my personal blog built with Astro, Cloudflare Pages, D1, and Front Matter CMS. publishedAt: 2024-07-13T00:34:54.000Z -modifiedAt: 2024-11-12T05:06:41.400Z +modifiedAt: 2024-11-12T05:52:59.352Z draft: published type: blog category: @@ -459,4 +459,4 @@ Styling: https://nostalgic-css.github.io/NES.css/ -https://vanilla-extract.style/ +https://tailwindcss.com/ diff --git a/src/content/blog/ja/astro-website.mdx b/src/content/blog/ja/astro-website.mdx index 39937c50..5d90b9a9 100644 --- a/src/content/blog/ja/astro-website.mdx +++ b/src/content/blog/ja/astro-website.mdx @@ -2,7 +2,7 @@ title: Astro + Cloudflare Pages + D1 + Front Matter CMS で個人ウェブサイトを作った description: Astro + Cloudflare Pages + D1 + Front Matter CMSの構成で作った個人ウェブサイトの開発体験を簡単に紹介する publishedAt: 2024-07-13T00:35:10.000Z -modifiedAt: 2024-11-12T05:06:19.722Z +modifiedAt: 2024-11-12T05:52:57.033Z draft: published type: blog category: @@ -458,4 +458,4 @@ https://route360.dev/ja/post/frontmatter-cms/ https://nostalgic-css.github.io/NES.css/ -https://vanilla-extract.style/ +https://tailwindcss.com/ diff --git a/src/content/page/en/work.mdx b/src/content/page/en/work.mdx index b6d1ee54..fa53b81a 100644 --- a/src/content/page/en/work.mdx +++ b/src/content/page/en/work.mdx @@ -1,7 +1,7 @@ --- title: Work fmContentType: page -modifiedAt: 2024-09-13T08:29:31.690Z +modifiedAt: 2024-11-12T05:28:57.025Z --- ## Development @@ -24,4 +24,9 @@ Nagi's Personal Knowledge Base built using Obsidian **remark-card** A remark plugin to parse card component(s) for Markdown content ::: +:::card +[](https://github.com/brklntmhwk/remark-video) +**remark-video** +A remark plugin to parse HTML5 video component(s) for Markdown content +::: :::: diff --git a/src/content/page/ja/work.mdx b/src/content/page/ja/work.mdx index 338a97b5..de80dd21 100644 --- a/src/content/page/ja/work.mdx +++ b/src/content/page/ja/work.mdx @@ -1,7 +1,7 @@ --- title: 作品 fmContentType: page -modifiedAt: 2024-09-13T08:28:07.458Z +modifiedAt: 2024-11-12T05:29:53.724Z --- ## 開発 @@ -24,4 +24,9 @@ Obsidian で作った個人ナレッジベース **remark-card** マークダウンをカードコンポーネントに変換する Remark プラグイン ::: +:::card +[](https://github.com/brklntmhwk/remark-video) +**remark-video** +マークダウンを HTML5 対応のビデオコンポーネントに変換する Remark プラグイン +::: :::: diff --git a/src/layouts/BlogLayout.astro b/src/layouts/BlogLayout.astro index 8123e22b..ad03d515 100644 --- a/src/layouts/BlogLayout.astro +++ b/src/layouts/BlogLayout.astro @@ -84,7 +84,7 @@ const tags = await getBlogTags(blogTags); ) } -->