From a84908b7e8a0e2423afd6b836eccf27a420270b4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 20 Sep 2023 19:56:52 +0900 Subject: feat(blog/nuldoc): change content format from DocBook to NulDoc --- vhosts/blog/nuldoc.md | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 vhosts/blog/nuldoc.md (limited to 'vhosts/blog/nuldoc.md') diff --git a/vhosts/blog/nuldoc.md b/vhosts/blog/nuldoc.md new file mode 100644 index 00000000..9133ff88 --- /dev/null +++ b/vhosts/blog/nuldoc.md @@ -0,0 +1,104 @@ +# Posts + +## Meta Information + +``` +struct Revision { + date: string + remark: string +} + +struct PostMeta { + title: string + description: string + tags: string[] + revisions: Revision[] +} +``` + +## Elements + +table +tbody +td +tfoot +th +thead +tr +col +colgroup +caption + +blockquote +cite +q + +figure +img + +section +h +p + +ul +ol +li + +a +email + +time +kbd + +sub +sup + +dl +dt +dd + +summary +details + +del +ins + +br +hr + +ruby +rt + +note + +mark +s +strong + +code +filename +codeblock + +footnote +footnoteref + + +# Slides + +## Meta Information + +``` +struct Revision { + date: string + remark: string +} + +struct Slide { + title: string + event: string + talkType: string + link: string + tags: string[] + revisions: Revision[] +} +``` -- cgit v1.2.3-70-g09d2