Commit Graph

5 Commits

Author SHA1 Message Date
dereklseitz
dceef32ba2 feat: Rename image and data files
- Add PostCard component
    - Add WysiwygEditor component
    - Use 'front-matter' to parse front matter in markdown files for metadata instead of using redundant data objects
2025-09-27 11:48:32 -05:00
dereklseitz
f22d9f08bf fix: Address dependency issues within KendoReact components.
- add gray-matter to reduce duplicated meta data for posts
    - rename files in data/BlogPosts/ to address limitations in path handling
2025-09-25 20:10:16 -05:00
dereklseitz
e2bef55a3f feat: Update Sidebar and Dashboard page
- Remove SidebarDrawer
    - Add CampfirePanelBar
    - Fix navigation links
    - Add blog files
    - Add aggregator file
    - Update Dashboard.jsx to display blog post links
    - Add Copyright info
2025-09-21 22:43:55 -05:00
dereklseitz
0ce04fb7ac feat: Initialize dashboard app with core structure and routing
This commit sets up the foundation for the new dashboard application by
implementing the main component structure, routing, and a basic UI shell with
KendoReact components.

- Set up the main application shell
- Implement a routing system with React Router
- Build a new App Bar component
- Create page placeholders for all routes
- Corrected various import and export errors
2025-09-14 22:38:07 -05:00
dereklseitz
ebb211abdb feat: setup initial theme and project structure 2025-09-14 20:18:29 -05:00