mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-09 18:25:01 +00:00
tag and folder pages
This commit is contained in:
parent
24348b24a9
commit
ba9f243728
25 changed files with 586 additions and 123 deletions
quartz/components
|
@ -1,5 +1,7 @@
|
|||
import ArticleTitle from "./ArticleTitle"
|
||||
import Content from "./Content"
|
||||
import Content from "./pages/Content"
|
||||
import TagContent from "./pages/TagContent"
|
||||
import FolderContent from "./pages/FolderContent"
|
||||
import Darkmode from "./Darkmode"
|
||||
import Head from "./Head"
|
||||
import PageTitle from "./PageTitle"
|
||||
|
@ -10,10 +12,13 @@ import TagList from "./TagList"
|
|||
import Graph from "./Graph"
|
||||
import Backlinks from "./Backlinks"
|
||||
import Search from "./Search"
|
||||
import Footer from "./Footer"
|
||||
|
||||
export {
|
||||
ArticleTitle,
|
||||
Content,
|
||||
TagContent,
|
||||
FolderContent,
|
||||
Darkmode,
|
||||
Head,
|
||||
PageTitle,
|
||||
|
@ -23,5 +28,6 @@ export {
|
|||
TagList,
|
||||
Graph,
|
||||
Backlinks,
|
||||
Search
|
||||
Search,
|
||||
Footer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue