<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Astro Haze — Blog</title><description>A beautiful glassmorphism multi-purpose theme for Astro 7</description><link>https://adhouse.store/</link><language>en-us</language><item><title>Design Principles Behind Astro Haze</title><link>https://adhouse.store/blog/design-principles/</link><guid isPermaLink="true">https://adhouse.store/blog/design-principles/</guid><description>Explore the design philosophy and principles that make Astro Haze a unique glassmorphism theme.</description><pubDate>Sat, 20 Jan 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Astro Haze theme is built on several core design principles that create a cohesive and beautiful user experience. Let’s explore these principles and how they shape the theme.&lt;/p&gt;
&lt;h2&gt;Glassmorphism at its Core&lt;/h2&gt;
&lt;p&gt;Glassmorphism is more than just a trend—it’s a design language that creates depth and hierarchy through transparency and blur effects.&lt;/p&gt;
&lt;h3&gt;Key Elements&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Background Blur&lt;/strong&gt;: Creates the frosted glass effect&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Transparency&lt;/strong&gt;: Allows content layering&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Subtle Borders&lt;/strong&gt;: Defines edges with light strokes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vivid Colors&lt;/strong&gt;: Enhanced through the glass effect&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Visual Hierarchy&lt;/h2&gt;
&lt;p&gt;We use several techniques to establish clear visual hierarchy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Contrast&lt;/strong&gt;: Between glass panels and content&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Size&lt;/strong&gt;: Larger elements draw attention first&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Color&lt;/strong&gt;: Accent colors guide the eye&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Space&lt;/strong&gt;: Generous spacing improves readability&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Performance Considerations&lt;/h2&gt;
&lt;p&gt;While glassmorphism can be resource-intensive, we’ve optimized for performance:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* Optimized glass effect */
.glass {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  will-change: transform;
}&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Performance Tips&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Limit the number of blurred elements&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;will-change&lt;/code&gt; sparingly&lt;/li&gt;
&lt;li&gt;Provide fallbacks for older browsers&lt;/li&gt;
&lt;li&gt;Optimize images with modern formats&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Accessibility First&lt;/h2&gt;
&lt;p&gt;Beautiful design should be accessible to everyone:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Color Contrast&lt;/strong&gt;: WCAG AA compliance&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Keyboard Navigation&lt;/strong&gt;: Full keyboard support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Screen Readers&lt;/strong&gt;: Proper ARIA labels&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reduced Motion&lt;/strong&gt;: Respects user preferences&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Responsive Design&lt;/h2&gt;
&lt;p&gt;The theme adapts seamlessly across devices:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Breakpoint&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Mobile&lt;/td&gt;
&lt;td&gt;&amp;lt; 768px&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tablet&lt;/td&gt;
&lt;td&gt;768px - 1024px&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Desktop&lt;/td&gt;
&lt;td&gt;&amp;gt; 1024px&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Color Philosophy&lt;/h2&gt;
&lt;p&gt;Our color system is designed for flexibility:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Primary&lt;/strong&gt;: Brand identity&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accent&lt;/strong&gt;: Interactive elements&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Neutral&lt;/strong&gt;: Content and backgrounds&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Semantic&lt;/strong&gt;: Success, warning, error states&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Astro Haze demonstrates that modern web design can be both beautiful and functional. By adhering to these principles, we’ve created a theme that’s not just visually striking, but also performant, accessible, and user-friendly.&lt;/p&gt;
</content:encoded><category>design</category><category>glassmorphism</category><category>ui-ux</category><author>Sarah Chen</author></item><item><title>Getting Started with Astro Haze</title><link>https://adhouse.store/blog/getting-started/</link><guid isPermaLink="true">https://adhouse.store/blog/getting-started/</guid><description>Learn how to quickly set up and customize the Astro Haze glassmorphism theme for your next project.</description><pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to &lt;strong&gt;Astro Haze&lt;/strong&gt;, a beautiful glassmorphism theme for Astro that combines modern design with exceptional performance. This guide will help you get started with your new theme.&lt;/p&gt;
&lt;h2&gt;Quick Start&lt;/h2&gt;
&lt;p&gt;Getting started with Astro Haze is straightforward:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# Clone the repository
git clone https://github.com/yourusername/astro-haze.git

# Navigate to the project
cd astro-haze

# Install dependencies
npm install

# Start the development server
npm run dev&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Your site will be available at &lt;code&gt;http://localhost:3000&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Project Structure&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;astro-haze/
├── src/
│   ├── components/    # Reusable components
│   ├── content/       # Blog posts, projects, etc.
│   ├── layouts/       # Page layouts
│   ├── pages/         # Route pages
│   └── styles/        # Global styles and tokens
├── public/            # Static assets
└── astro.config.mjs   # Astro configuration&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Customization&lt;/h2&gt;
&lt;h3&gt;Theme Colors&lt;/h3&gt;
&lt;p&gt;The theme uses CSS custom properties for easy customization. Edit &lt;code&gt;src/styles/tokens.css&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:root {
  --color-accent: hsl(280, 70%, 60%);
  --aurora-1: hsl(280, 100%, 70%);
  --aurora-2: hsl(200, 100%, 60%);
}&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Site Configuration&lt;/h3&gt;
&lt;p&gt;Update your site details in &lt;code&gt;src/site.config.ts&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;export default {
  name: &apos;Your Site Name&apos;,
  title: &apos;Your Site Title&apos;,
  description: &apos;Your site description&apos;,
  // ... more options
};&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Glassmorphism Design&lt;/strong&gt;: Beautiful frosted glass effects throughout&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dark/Light Mode&lt;/strong&gt;: Automatic theme switching with user preference&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Blog System&lt;/strong&gt;: Full-featured blog with MDX support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Portfolio&lt;/strong&gt;: Showcase your projects with style&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Landing Pages&lt;/strong&gt;: Convert visitors with stunning pages&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SEO Optimized&lt;/strong&gt;: Built-in SEO features and meta tags&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Performance&lt;/strong&gt;: Lighthouse score 95+ on all metrics&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Next Steps&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Explore &lt;a href=&quot;https://docs.astro.build/en/basics/astro-components/&quot;&gt;Astro component syntax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Learn about &lt;a href=&quot;https://docs.astro.build/en/guides/content-collections/&quot;&gt;Astro content collections&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check out &lt;a href=&quot;https://docs.astro.build/en/guides/deploy/&quot;&gt;Astro deployment options&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Happy building with Astro Haze!&lt;/p&gt;
</content:encoded><category>astro</category><category>tutorial</category><category>getting-started</category><author>Alex Johnson</author></item></channel></rss>