MCPcopy Create free account

hub / github.com/BartoszJarocki/jarocki.me / functions

Functions35 in github.com/BartoszJarocki/jarocki.me

↓ 6 callersMethodgetNotes
(sortOrder: 'asc' | 'desc' = 'desc', limit?: number)
src/lib/notesApi.ts:100
↓ 1 callersMethodgetAllTags
()
src/lib/notesApi.ts:121
↓ 1 callersMethodgetNote
(id: string)
src/lib/notesApi.ts:117
↓ 1 callersMethodgetNotesByTag
(tag: string, sortOrder: 'asc' | 'desc' = 'desc', limit?: number)
src/lib/notesApi.ts:110
↓ 1 callersFunctionusePrevious
(value: string)
src/pages/_app.tsx:12
FunctionAbout
()
src/pages/about.tsx:12
FunctionApp
({ Component, pageProps, router }: AppProps)
src/pages/_app.tsx:22
FunctionDatedRowList
({ items, className = '' }: Props)
src/components/DatedRowList.tsx:14
FunctionDocument
()
src/pages/_document.tsx:3
FunctionHome
()
src/pages/index.tsx:11
FunctionNotFound
()
src/pages/404.tsx:3
FunctionNote
({ note: { title, description, createdAt, publishedAt, inProgress }, noteContent, }: Props)
src/pages/notes/[slug].tsx:16
FunctionNoteContent
({ blocks, className = '' }: Props)
src/components/NoteContent.tsx:11
FunctionNotes
({ notes }: Props)
src/pages/notes/index.tsx:17
FunctionNotionBlockRenderer
({ block }: Props)
src/components/notion/NotionBlockRenderer.tsx:11
FunctionNotionText
({ textItems }: { textItems: TextRichTextItemResponse[] })
src/components/notion/NotionBlockRenderer.tsx:150
FunctionPageShell
({ seoTitle, seoDescription, children }: Props)
src/components/PageShell.tsx:11
FunctionProjectRow
({ project }: { project: Project })
src/pages/work.tsx:11
FunctionServerError
()
src/pages/500.tsx:3
FunctionSiteNav
({ omit = [], className = '' }: Props)
src/components/SiteNav.tsx:19
FunctionTag
({ tag, relatedNotes }: Props)
src/pages/tags/[tag].tsx:14
FunctionWorkPage
()
src/pages/work.tsx:31
Methodconstructor
( private readonly notion: Client, private readonly databaseId: string, )
src/lib/notesApi.ts:95
FunctionformatDate
(dateString: string)
src/lib/date.ts:1
FunctiongenerateImage
(req: NextRequest)
src/pages/api/og.tsx:13
FunctiongetStaticPaths
()
src/pages/notes/[slug].tsx:74
FunctiongetStaticPaths
()
src/pages/tags/[tag].tsx:55
FunctiongetStaticProps
(context)
src/pages/notes/[slug].tsx:57
FunctiongetStaticProps
()
src/pages/notes/index.tsx:40
FunctiongetStaticProps
(context)
src/pages/tags/[tag].tsx:41
Functionmiddleware
(request: NextRequest)
src/middleware.ts:4
Functionnoop
(block: BlockObjectResponse)
src/lib/notesApi.ts:25
Functionredirects
()
next.config.mjs:20
Functionrss
(req, res)
src/pages/api/rss.xml.ts:6
FunctiontestUtil
()
src/lib/testUtil.ts:1