Configuration Guide
Learn how to configure your minimal blog theme
Configuration Guide
Learn how to customize and configure your minimal blog theme to match your needs.
Site Configuration
The main configuration file is located at src/config.ts
. Here you can set:
- Site name and description
- Author information
- Social media links
- SEO settings
- Feature toggles
Theme Customization
Colors and Styling
You can customize the theme colors by editing the CSS variables in src/styles/global.css
.
Layout Options
The theme supports various layout configurations:
- Sidebar navigation
- Table of contents
- Responsive design
- Dark/light mode toggle
Advanced Configuration
For more advanced customization options, you can modify the Astro configuration in astro.config.mjs
.