feat: Add post image headers to /assets/header/

- Add SVG icons for external sites
    - Add polished logo to login
    - Update front matter in <blog>.md files
This commit is contained in:
2025-09-25 09:22:39 -05:00
parent 51a23d81d0
commit f94d30e5ef
25 changed files with 41 additions and 37 deletions

View File

@@ -91,6 +91,7 @@ const CampfirePanelBar = ({ isExpanded = true }) => {
<span style={{ marginLeft: '8px' }}>{item.title}</span>
</div>
}
expanded={true}
>
{item.items.map(renderItem)}
</PanelBarItem>