fasthtml icon indicating copy to clipboard operation
fasthtml copied to clipboard

Tasks for blog tutorial

Open pydanny opened this issue 7 months ago • 4 comments

  • [x] Intro
  • [x] Minimal view
  • [x] *args trick for building out content
  • [ ] Read files from disk
  • [ ] List articles view
  • [ ] YAML parsing
  • [ ] Markdown formatting
  • [ ] Detail view
  • [ ] RSS feed
  • [ ] Pages independent of the list of articles (about and contact come to mind)
  • [ ] Import and Export of articles
  • [ ] Tagging and categorization of data
  • [ ] Deployment
  • [ ] Ability to scale for large volumes of readers (caching)
  • [ ] Migrate to database
  • [ ] Authentication
  • [ ] Socials
  • [ ] Favicon
  • [ ] Web form for data controls
  • [ ] Tests

pydanny avatar Jul 24 '24 21:07 pydanny