feat: add tags support (#542)

* feat: basic tags support

* feat: add term page

* chore: update css
This commit is contained in:
Xin
2025-01-05 20:33:56 +00:00
committed by GitHub
parent 876eb3abff
commit 709a407b2e
4 changed files with 85 additions and 1 deletions

View File

@ -333,6 +333,7 @@
"hx-gap-x-1.5",
"hx-gap-y-2",
"hx-grid",
"hx-grid-cols-1",
"hx-group",
"hx-group/code",
"hx-group/copybtn",
@ -545,6 +546,7 @@
"language-options",
"language-switcher",
"last-of-type:hx-mb-0",
"lg:hx-grid-cols-3",
"lntable",
"lntd",
"ltr:before:hx-left-0",
@ -577,6 +579,7 @@
"max-sm:hx-grid-cols-1",
"max-xl:hx-hidden",
"md:hx-aspect-[1.1/1]",
"md:hx-grid-cols-2",
"md:hx-h-[calc(100vh-var(--navbar-height)-var(--menu-height))]",
"md:hx-hidden",
"md:hx-inline-block",
@ -640,7 +643,8 @@
"subheading-anchor",
"success-icon",
"theme-toggle",
"xl:hx-block"
"xl:hx-block",
"xl:hx-grid-cols-4"
],
"ids": null
}