Skip to content

build(site): parse markdown into index and article with frontmatter#147

Merged
rrvsh merged 8 commits intoprimefrom
feat/markdown-parsing
Jan 24, 2026
Merged

build(site): parse markdown into index and article with frontmatter#147
rrvsh merged 8 commits intoprimefrom
feat/markdown-parsing

Conversation

@rrvsh
Copy link
Owner

@rrvsh rrvsh commented Jan 21, 2026

To do before merge:

  • Make title, date, slug use fallbacks (should never be None)
  • parse date into datetime or other data type that isnt string
  • add Document.to_html to convert each field into html and return Html(String)
  • load files into Vec
  • resolve url path to look up date and slug in the vec and return document.to_html.into_response

@rrvsh rrvsh force-pushed the feat/markdown-parsing branch from 6a70481 to 6b9fe1b Compare January 23, 2026 13:44
@rrvsh rrvsh force-pushed the feat/markdown-parsing branch from 24c08f3 to a0fb31b Compare January 24, 2026 06:29
@rrvsh rrvsh marked this pull request as ready for review January 24, 2026 06:32
@rrvsh rrvsh merged commit 870bfbb into prime Jan 24, 2026
1 check passed
@rrvsh rrvsh deleted the feat/markdown-parsing branch January 24, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant