Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BartoszJarocki/jarocki.me
/ functions
Functions
35 in github.com/BartoszJarocki/jarocki.me
⨍
Functions
35
◇
Types & classes
4
↓ 6 callers
Method
getNotes
(sortOrder: 'asc' | 'desc' = 'desc', limit?: number)
src/lib/notesApi.ts:100
↓ 1 callers
Method
getAllTags
()
src/lib/notesApi.ts:121
↓ 1 callers
Method
getNote
(id: string)
src/lib/notesApi.ts:117
↓ 1 callers
Method
getNotesByTag
(tag: string, sortOrder: 'asc' | 'desc' = 'desc', limit?: number)
src/lib/notesApi.ts:110
↓ 1 callers
Function
usePrevious
(value: string)
src/pages/_app.tsx:12
Function
About
()
src/pages/about.tsx:12
Function
App
({ Component, pageProps, router }: AppProps)
src/pages/_app.tsx:22
Function
DatedRowList
({ items, className = '' }: Props)
src/components/DatedRowList.tsx:14
Function
Document
()
src/pages/_document.tsx:3
Function
Home
()
src/pages/index.tsx:11
Function
NotFound
()
src/pages/404.tsx:3
Function
Note
({ note: { title, description, createdAt, publishedAt, inProgress }, noteContent, }: Props)
src/pages/notes/[slug].tsx:16
Function
NoteContent
({ blocks, className = '' }: Props)
src/components/NoteContent.tsx:11
Function
Notes
({ notes }: Props)
src/pages/notes/index.tsx:17
Function
NotionBlockRenderer
({ block }: Props)
src/components/notion/NotionBlockRenderer.tsx:11
Function
NotionText
({ textItems }: { textItems: TextRichTextItemResponse[] })
src/components/notion/NotionBlockRenderer.tsx:150
Function
PageShell
({ seoTitle, seoDescription, children }: Props)
src/components/PageShell.tsx:11
Function
ProjectRow
({ project }: { project: Project })
src/pages/work.tsx:11
Function
ServerError
()
src/pages/500.tsx:3
Function
SiteNav
({ omit = [], className = '' }: Props)
src/components/SiteNav.tsx:19
Function
Tag
({ tag, relatedNotes }: Props)
src/pages/tags/[tag].tsx:14
Function
WorkPage
()
src/pages/work.tsx:31
Method
constructor
( private readonly notion: Client, private readonly databaseId: string, )
src/lib/notesApi.ts:95
Function
formatDate
(dateString: string)
src/lib/date.ts:1
Function
generateImage
(req: NextRequest)
src/pages/api/og.tsx:13
Function
getStaticPaths
()
src/pages/notes/[slug].tsx:74
Function
getStaticPaths
()
src/pages/tags/[tag].tsx:55
Function
getStaticProps
(context)
src/pages/notes/[slug].tsx:57
Function
getStaticProps
()
src/pages/notes/index.tsx:40
Function
getStaticProps
(context)
src/pages/tags/[tag].tsx:41
Function
middleware
(request: NextRequest)
src/middleware.ts:4
Function
noop
(block: BlockObjectResponse)
src/lib/notesApi.ts:25
Function
redirects
()
next.config.mjs:20
Function
rss
(req, res)
src/pages/api/rss.xml.ts:6
Function
testUtil
()
src/lib/testUtil.ts:1