Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.2 KB

TODO.md

File metadata and controls

45 lines (38 loc) · 1.2 KB

Project

The VSCode extension TODO.md Kanban Board is a handy plugin for managing this file.

To-do 📝

  • Add RSS feed [Create XML]
  • Add specific style classes for edge case HTML tags not handled by Markdown parser
  • Post grouped by month
  • Add syntax highlighting for more languages
  • Allow custom styles
  • Allow custom pages
  • Allow custom templates
  • Allow custom nav items

In Progress 🔨

  • Use static directory for images and other assets

Done ✅

  • Finalise UI
    • Update card design
    • Pages
      • Home
      • About
      • Contact
    • Code syntax highlighting
    • Add cover images subheadings and source url (underneath)
    • Branding
      • Logo
      • Favicon
      • Company name
      • Blog name
    • Don't sanitise HTML in Markdown
  • Add tags to post page
  • Filter post by tags [Likely create new page based on tags]
  • Add post tags
  • Create header (+ nav) and footer
  • Create page templates [Home, Posts, Post]
  • Setup TailwindCSS
  • Deploy to users repo
  • Create HTML from markdown files
  • Read files from users repo
  • Create GitHub Action