From 674fe965550444db87edc7937ff6932e1a918d9d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 27 Jun 2025 23:39:31 +0900 Subject: feat(meta): rename vhosts/ directory to services/ --- vhosts/blog/nuldoc-src/pages/PostPage.tsx | 66 ------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 vhosts/blog/nuldoc-src/pages/PostPage.tsx (limited to 'vhosts/blog/nuldoc-src/pages/PostPage.tsx') diff --git a/vhosts/blog/nuldoc-src/pages/PostPage.tsx b/vhosts/blog/nuldoc-src/pages/PostPage.tsx deleted file mode 100644 index 97a24048..00000000 --- a/vhosts/blog/nuldoc-src/pages/PostPage.tsx +++ /dev/null @@ -1,66 +0,0 @@ -import GlobalFooter from "../components/GlobalFooter.tsx"; -import GlobalHeader from "../components/GlobalHeader.tsx"; -import PageLayout from "../components/PageLayout.tsx"; -import { Config, getTagLabel } from "../config.ts"; -import { Element } from "../dom.ts"; -import { Document } from "../djot/document.ts"; -import { dateToString } from "../revision.ts"; -import { getPostPublishedDate } from "../generators/post.ts"; - -export default function PostPage( - doc: Document, - config: Config, -) { - return ( - getTagLabel(config, slug))} - metaTitle={`${doc.title}|${config.blog.siteName}`} - requiresSyntaxHighlight - config={config} - > - - -
-
-
-

{doc.title}

- {doc.tags.length !== 0 && ( - - )} -
-
-
-

- 更新履歴 -

-
    - {doc.revisions.map((rev) => ( -
  1. - - {`: ${rev.remark}`} -
  2. - ))} -
-
- { - // TODO: refactor - (doc.root.children[0] as Element).children - } -
-
-
- - -
- ); -} -- cgit v1.2.3-70-g09d2