<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home | 6Street Digital</title>
    <link>http://localhost:1313/</link>
      <atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
    <description>Home</description>
    <generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 01 Jan 2024 00:00:00 +0000</lastBuildDate>
    <image>
      <url>http://localhost:1313/media/logo.svg</url>
      <title>Home</title>
      <link>http://localhost:1313/</link>
    </image>
    
    <item>
      <title>Why a Customer Portal Is the Next Logical Step If You&#39;re Already on Salesforce</title>
      <link>http://localhost:1313/blog/salesforce-customer-portal-benefits/</link>
      <pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/blog/salesforce-customer-portal-benefits/</guid>
      <description>&lt;p&gt;Most companies that invest in Salesforce focus on what it does internally: managing pipeline, tracking service cases, automating workflows. That&amp;rsquo;s the right starting point. But there comes a point — usually when your support volume is growing and your customers are asking for more visibility — where the question shifts from &lt;em&gt;how do we use Salesforce better&lt;/em&gt; to &lt;em&gt;how do we give our customers access to what Salesforce knows&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s where a customer portal comes in. And if you&amp;rsquo;re already on Salesforce, you&amp;rsquo;re closer to having one than you probably realize.&lt;/p&gt;
&lt;h2 id=&#34;what-a-customer-portal-actually-is&#34;&gt;What a customer portal actually is&lt;/h2&gt;
&lt;p&gt;A customer portal is a branded, self-service web experience where your customers can log in and interact directly with your business — viewing their account status, submitting support requests, tracking open cases, accessing invoices, downloading documents, or completing whatever transactional tasks matter in your industry.&lt;/p&gt;
&lt;p&gt;Built on Salesforce Experience Cloud (formerly Community Cloud), it&amp;rsquo;s not a separate system bolted onto Salesforce. It &lt;em&gt;is&lt;/em&gt; Salesforce — surfaced in a way your customers can access directly.&lt;/p&gt;
&lt;h2 id=&#34;the-case-for-building-one-if-youre-already-on-salesforce&#34;&gt;The case for building one if you&amp;rsquo;re already on Salesforce&lt;/h2&gt;
&lt;h3 id=&#34;1-your-data-is-already-there&#34;&gt;1. Your data is already there&lt;/h3&gt;
&lt;p&gt;The biggest cost in building a customer-facing application is usually the data layer: standing up a database, designing schemas, building APIs, keeping it in sync with your back-office systems. If you&amp;rsquo;re running Salesforce, that work is already done.&lt;/p&gt;
&lt;p&gt;Your customer accounts, contacts, cases, contracts, and orders are already structured, governed, and maintained. A portal built on Experience Cloud reads from the same records your internal teams use. There&amp;rsquo;s no ETL pipeline to maintain, no risk of data being out of sync, no second system of record to manage.&lt;/p&gt;
&lt;h3 id=&#34;2-your-security-model-is-already-configured&#34;&gt;2. Your security model is already configured&lt;/h3&gt;
&lt;p&gt;Salesforce has a sophisticated permission model — profiles, roles, sharing rules, record-level access. When you build a portal on Experience Cloud, you&amp;rsquo;re extending that same model to external users. You control exactly what each customer can see: their own cases but not other customers&amp;rsquo;, their own account data, specific document types.&lt;/p&gt;
&lt;p&gt;Most companies dramatically underestimate how long it takes to build a secure, multi-tenant access control model from scratch. On Salesforce, you&amp;rsquo;re building on top of infrastructure that&amp;rsquo;s been hardened over two decades.&lt;/p&gt;
&lt;h3 id=&#34;3-support-deflection-is-immediate-and-measurable&#34;&gt;3. Support deflection is immediate and measurable&lt;/h3&gt;
&lt;p&gt;The most direct ROI from a customer portal is reduced inbound support volume. When customers can check their case status, find answers in a knowledge base, or submit and track requests themselves, they don&amp;rsquo;t call or email.&lt;/p&gt;
&lt;p&gt;Industry benchmarks consistently show that self-service case submission and tracking can deflect 20–40% of inbound support contacts. For a team handling 500 cases a month, that&amp;rsquo;s meaningful capacity — redirected to complex issues that actually need human attention.&lt;/p&gt;
&lt;h3 id=&#34;4-it-elevates-the-customer-experience-without-scaling-headcount&#34;&gt;4. It elevates the customer experience without scaling headcount&lt;/h3&gt;
&lt;p&gt;B2B customers increasingly expect the kind of self-service experience they get as consumers. They don&amp;rsquo;t want to email to find out the status of their order or open ticket. They want to log in, see the answer, and move on.&lt;/p&gt;
&lt;p&gt;A well-designed portal signals maturity and investment in the customer relationship. It&amp;rsquo;s often a competitive differentiator — especially in industries like financial services, life sciences, and manufacturing where competitors are still running on email and spreadsheets.&lt;/p&gt;
&lt;h3 id=&#34;5-it-connects-to-every-salesforce-cloud-you-already-use&#34;&gt;5. It connects to every Salesforce cloud you already use&lt;/h3&gt;
&lt;p&gt;If you&amp;rsquo;re on Sales Cloud, you can expose account and contract data. If you&amp;rsquo;re on Service Cloud, customers can create and track cases. If you have CPQ, customers can view quotes. If you&amp;rsquo;re using Salesforce Files or Content, you can surface documents. The portal becomes a single pane of glass for the customer relationship — powered by data that already exists across your Salesforce environment.&lt;/p&gt;
&lt;h2 id=&#34;what-it-actually-takes-to-build-one-right&#34;&gt;What it actually takes to build one right&lt;/h2&gt;
&lt;p&gt;A customer portal is not a configuration-only project. Done well, it involves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;UX design&lt;/strong&gt;: The internal Salesforce UI is built for trained users. A portal needs to be intuitive for customers who log in once a month.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data architecture&lt;/strong&gt;: Deciding what to expose, how to organize it, and what record relationships need to be in place before the portal can surface meaningful information.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Authentication and identity&lt;/strong&gt;: Configuring login methods, self-registration flows, and how portal users are linked to existing accounts and contacts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customization&lt;/strong&gt;: Most mature portals go beyond out-of-the-box Experience Cloud components. Custom Lightning Web Components are often needed for specific workflows or to match brand standards.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Integration&lt;/strong&gt;: If relevant data lives outside Salesforce — in an ERP, a billing system, a document management platform — that data needs to be brought in before the portal can surface it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The teams that struggle with portal projects usually underinvest in the design and data architecture phases, and overestimate how much out-of-the-box configuration will cover. Starting with a well-scoped pilot — one key use case, one customer segment — is almost always the right approach.&lt;/p&gt;
&lt;h2 id=&#34;where-to-start&#34;&gt;Where to start&lt;/h2&gt;
&lt;p&gt;The best starting point is mapping the top five things your customers contact you about today. Chances are, most of those are status inquiries or document requests — exactly what a self-service portal handles well.&lt;/p&gt;
&lt;p&gt;From there, the question is whether your Salesforce data model already supports surfacing that information, or whether it needs cleanup before the portal can work reliably.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;6Street Digital designs and builds Salesforce Experience Cloud portals for mid-market and enterprise organizations. If you&amp;rsquo;re evaluating a portal project, &lt;a href=&#34;http://localhost:1313/#contact&#34;&gt;reach out&lt;/a&gt; — we&amp;rsquo;ll help you figure out where to start.&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Why Salesforce CPQ Fails Without the Right Architecture</title>
      <link>http://localhost:1313/blog/salesforce-cpq-architecture/</link>
      <pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/blog/salesforce-cpq-architecture/</guid>
      <description>&lt;p&gt;Salesforce CPQ is one of the most powerful tools in the Salesforce ecosystem — and one of the most frequently misimplemented. After working on dozens of CPQ projects, we&amp;rsquo;ve seen the same failure patterns repeat across industries.&lt;/p&gt;
&lt;h2 id=&#34;the-most-common-mistake-treating-cpq-as-a-configuration-project&#34;&gt;The most common mistake: treating CPQ as a configuration project&lt;/h2&gt;
&lt;p&gt;CPQ is fundamentally a software engineering problem, not a configuration exercise. Companies often underestimate this and hand the implementation to a team without deep Apex or data modeling experience. The result is a system that works in a demo but breaks under real sales conditions — complex product bundles, multi-tier pricing, or high quote volume.&lt;/p&gt;
&lt;h2 id=&#34;what-good-cpq-architecture-looks-like&#34;&gt;What good CPQ architecture looks like&lt;/h2&gt;
&lt;h3 id=&#34;1-a-clean-product-catalog-before-you-touch-cpq&#34;&gt;1. A clean product catalog before you touch CPQ&lt;/h3&gt;
&lt;p&gt;The most overlooked prerequisite is a well-structured product catalog. CPQ&amp;rsquo;s product rules, option constraints, and pricing logic all depend on a clean, hierarchical catalog. If your products are a mess in Salesforce before CPQ, they&amp;rsquo;ll be a bigger mess after.&lt;/p&gt;
&lt;p&gt;Invest time in rationalizing your products, bundles, and SKUs before the CPQ configuration begins. This isn&amp;rsquo;t glamorous work, but it determines whether your implementation succeeds.&lt;/p&gt;
&lt;h3 id=&#34;2-pricing-logic-that-belongs-in-cpq-not-in-heads&#34;&gt;2. Pricing logic that belongs in CPQ, not in heads&lt;/h3&gt;
&lt;p&gt;One of the core value propositions of CPQ is moving pricing knowledge out of individual reps&amp;rsquo; heads and into a governed system. That only works if the pricing rules are genuinely comprehensive — covering edge cases, partner tiers, volume thresholds, and promotional discounts.&lt;/p&gt;
&lt;p&gt;Incomplete pricing models mean reps still override quotes manually, which defeats the purpose.&lt;/p&gt;
&lt;h3 id=&#34;3-integration-with-your-erp-from-day-one&#34;&gt;3. Integration with your ERP from day one&lt;/h3&gt;
&lt;p&gt;CPQ doesn&amp;rsquo;t live in isolation. Quote-to-cash requires clean handoffs to your order management, billing, and ERP systems. Designing that integration after CPQ is live — rather than alongside it — leads to painful retrofits and data quality problems downstream.&lt;/p&gt;
&lt;h3 id=&#34;4-approval-workflows-that-reflect-how-deals-actually-get-done&#34;&gt;4. Approval workflows that reflect how deals actually get done&lt;/h3&gt;
&lt;p&gt;Standard CPQ approval workflows are straightforward. The complexity comes when you layer in regional management structures, partner discounts, special pricing agreements, and executive override paths. Map these workflows completely before building them — a change to approval logic mid-implementation is expensive.&lt;/p&gt;
&lt;h2 id=&#34;the-payoff-when-its-done-right&#34;&gt;The payoff when it&amp;rsquo;s done right&lt;/h2&gt;
&lt;p&gt;When CPQ is architected properly, the results are significant: quote cycle time drops, pricing errors disappear, and sales operations gets the reporting they&amp;rsquo;ve always wanted. Reps spend less time on administrative work and more time selling.&lt;/p&gt;
&lt;p&gt;The investment in doing it right upfront pays back quickly.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;6Street Digital has deep experience designing and implementing Salesforce CPQ for mid-market and enterprise organizations. If you&amp;rsquo;re evaluating a CPQ project, [reach out](/# contact) — we&amp;rsquo;re happy to talk through your requirements.&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Unified Service &amp; Commerce Portal for Advanced Sterilization Products</title>
      <link>http://localhost:1313/case-studies/asp-unified-portal/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/case-studies/asp-unified-portal/</guid>
      <description>&lt;p&gt;Advanced Sterilization Products (ASP), a global leader in sterilization and infection prevention solutions, needed to consolidate a fragmented customer experience into a single, secure digital platform. Their customers — hospital systems and healthcare facilities — were managing field service requests, asset tracking, and product purchasing through separate systems, creating friction and operational inefficiency.&lt;/p&gt;
&lt;h2 id=&#34;the-challenge&#34;&gt;The Challenge&lt;/h2&gt;
&lt;p&gt;ASP required a comprehensive digital transformation that could handle the complexity of their enterprise customer base. The platform needed to be multilingual to serve their global customer base, secure enough for regulated healthcare environments, and capable of surfacing both service and commerce functionality in a single unified experience — while maintaining ASP&amp;rsquo;s brand standards throughout.&lt;/p&gt;
&lt;h2 id=&#34;the-solution&#34;&gt;The Solution&lt;/h2&gt;
&lt;p&gt;6Street Digital designed and built a robust Customer Portal plus a fully customized B2B Commerce solution on Salesforce Experience Cloud.&lt;/p&gt;
&lt;h3 id=&#34;service-epic&#34;&gt;Service Epic&lt;/h3&gt;
&lt;p&gt;The core of the portal is a &amp;ldquo;Service Epic&amp;rdquo; — a purpose-built service management interface that gives ASP customers full control over their service relationship:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Case submission&lt;/strong&gt;: Customers can submit field service requests across multiple request types, each with tailored forms and routing logic&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Service contract management&lt;/strong&gt;: Customers can view and manage their active service contracts, renewal dates, and coverage details&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Asset history&lt;/strong&gt;: Full visibility into installed equipment, maintenance history, and service records for each asset in their environment&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;commerce-experience&#34;&gt;Commerce Experience&lt;/h3&gt;
&lt;p&gt;Alongside the service functionality, 6Street Digital built a customized B2B commerce storefront that allows customers to browse and purchase ASP products directly within the portal — creating a true one-stop-shop for both service and procurement.&lt;/p&gt;
&lt;h3 id=&#34;erp-connectivity&#34;&gt;ERP Connectivity&lt;/h3&gt;
&lt;p&gt;The portal is deeply integrated with SAP via the SAP Integration Suite, enabling:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Real-time shipping calculations&lt;/strong&gt; at checkout&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Live tax calculations&lt;/strong&gt; across multiple jurisdictions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bidirectional order synchronization&lt;/strong&gt; between Salesforce and SAP, ensuring operations and fulfillment teams have accurate, real-time data&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;the-result&#34;&gt;The Result&lt;/h2&gt;
&lt;p&gt;ASP customers now have a single, branded destination for everything related to their ASP relationship — service requests, asset management, contracts, and product purchasing. The customized UI maintains full brand consistency while prioritizing ease of use for clinical and procurement staff who need to move quickly.&lt;/p&gt;
&lt;p&gt;The platform supports ASP&amp;rsquo;s global customer base with multilingual capability, and the real-time SAP integration eliminates manual handoffs between the customer-facing portal and ASP&amp;rsquo;s back-office operations.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Nexeo Plastics: Lightning Migration &amp; Managed Services</title>
      <link>http://localhost:1313/case-studies/nexeo-lightning-migration/</link>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/case-studies/nexeo-lightning-migration/</guid>
      <description>&lt;p&gt;Nexeo Plastics, a leading global thermoplastic resins distributor, needed to modernize their MyNexeo digital commerce platform. Built on CloudCraze (Salesforce B2B Commerce Classic), the platform required a full replatform to Salesforce B2B Commerce Lightning to unlock modern features, improve performance, and support a more scalable architecture across global regions.&lt;/p&gt;
&lt;h2 id=&#34;the-challenge&#34;&gt;The Challenge&lt;/h2&gt;
&lt;p&gt;The existing MyNexeo platform carried years of complex B2B logic — real-time entitlement calculations, customer-specific pricing, localized product catalogs, and deep SAP integrations. The goal was to replatform all of this functionality to Lightning while improving the user experience for both guest and registered users, without disrupting Nexeo&amp;rsquo;s global customer base during the transition.&lt;/p&gt;
&lt;h2 id=&#34;the-solution&#34;&gt;The Solution&lt;/h2&gt;
&lt;p&gt;6Street Digital executed a comprehensive digital transformation combining deep technical migration, frontend development, and long-term operational support.&lt;/p&gt;
&lt;h3 id=&#34;replatforming--integration&#34;&gt;Replatforming &amp;amp; Integration&lt;/h3&gt;
&lt;p&gt;The team migrated complex B2B logic from the legacy CloudCraze system to Lightning, including real-time entitlement adjustments, automated localized product catalog management, and deep SAP integrations for customer-specific pricing and tax calculations across jurisdictions.&lt;/p&gt;
&lt;h3 id=&#34;enhanced-user-experience&#34;&gt;Enhanced User Experience&lt;/h3&gt;
&lt;p&gt;Beyond the technical migration, 6Street Digital built custom, mobile-responsive cart and checkout interfaces. Product tiles were redesigned with testimonials, and advanced self-service tools were added — including &amp;ldquo;My Forecast,&amp;rdquo; schedule line tracking, and &amp;ldquo;Shop Deal&amp;rdquo; administration — giving Nexeo&amp;rsquo;s customers more control over their purchasing experience.&lt;/p&gt;
&lt;h3 id=&#34;managed-services&#34;&gt;Managed Services&lt;/h3&gt;
&lt;p&gt;Following the successful migration, Nexeo transitioned into a Managed Services engagement with 6Street Digital. This provided a flexible pool of resources for day-to-day technical support, enhancement management, and strategic advisory — ensuring the Lightning platform continued to deliver high business value. This phase also included building out the initial Google Analytics reporting foundation to support data-driven decision making.&lt;/p&gt;
&lt;h2 id=&#34;the-result&#34;&gt;The Result&lt;/h2&gt;
&lt;p&gt;By migrating from Classic to Lightning, Nexeo Plastics achieved a high-performance, mobile-responsive global storefront that significantly reduced friction in the complex buying process for thermoplastic resins. The move to a managed services model allowed Nexeo to remain agile — rapidly responding to change requests and business growth while ensuring their Salesforce investment continued to deliver maximum value.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Hormel Foods: Architecting a Global, Multilingual B2B Ecosystem</title>
      <link>http://localhost:1313/case-studies/hormel-global-b2b/</link>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/case-studies/hormel-global-b2b/</guid>
      <description>&lt;p&gt;Hormel Foods Corporation, a global food industry leader, needed a sophisticated digital commerce infrastructure to support international B2B customers across multiple continents. The platform had to handle the complexities of international trade — diverse language requirements, localized product catalogs, and intricate supply chain integrations — while delivering a seamless, branded buying experience.&lt;/p&gt;
&lt;h2 id=&#34;the-challenge&#34;&gt;The Challenge&lt;/h2&gt;
&lt;p&gt;Hormel&amp;rsquo;s international B2B customers operate across vastly different regions, each with unique language, catalog, pricing, and compliance requirements. A single commerce platform needed to serve buyers in the Philippines, Europe, Singapore, Hong Kong, Japan, and LATAM — with real-time ERP connectivity for pricing and order submission, and enough flexibility to accommodate complex cart validation rules like weight limits and credit holds.&lt;/p&gt;
&lt;h2 id=&#34;the-solution&#34;&gt;The Solution&lt;/h2&gt;
&lt;p&gt;6Street Digital partnered with Hormel to execute a series of large-scale technical implementations across multiple rollout phases.&lt;/p&gt;
&lt;h3 id=&#34;platform-foundation--deep-integration&#34;&gt;Platform Foundation &amp;amp; Deep Integration&lt;/h3&gt;
&lt;p&gt;Built a robust Salesforce B2B Commerce storefront integrated with Salsify for product data management, Azure for identity management, and Hormel&amp;rsquo;s internal ERP systems for real-time order submission and pricing. The team developed specialized logic to handle requested delivery dates and complex cart validation rules including weight limits and credit holds.&lt;/p&gt;
&lt;h3 id=&#34;global-expansion--localization&#34;&gt;Global Expansion &amp;amp; Localization&lt;/h3&gt;
&lt;p&gt;Executed a phased international rollout across the Philippines, Europe, Singapore, Hong Kong, Japan, and LATAM. Each region included localized UI components and large-scale data translations into Japanese, Spanish, Cantonese, and Mandarin Chinese — ensuring buyers in every market had a native, intuitive experience.&lt;/p&gt;
&lt;h3 id=&#34;omnichannel-marketing--training-support&#34;&gt;Omnichannel Marketing &amp;amp; Training Support&lt;/h3&gt;
&lt;p&gt;Beyond technical development, 6Street produced a high-fidelity marketing media package including an animated introduction video and comprehensive PowerPoint training programs to ensure rapid adoption by international buyers across all regions.&lt;/p&gt;
&lt;h3 id=&#34;continuous-operational-partnership&#34;&gt;Continuous Operational Partnership&lt;/h3&gt;
&lt;p&gt;Established a long-term Managed Services model providing Hormel with flexible resources for day-to-day administration, break-fix support, and strategic advisory. This included a specialized Knowledge Transfer initiative to empower the internal Hormel team with technical architecture guidance and system design documentation.&lt;/p&gt;
&lt;h2 id=&#34;the-result&#34;&gt;The Result&lt;/h2&gt;
&lt;p&gt;The partnership successfully launched Hormel&amp;rsquo;s international B2B services across multiple continents, significantly increasing order efficiency and reducing manual processing costs. By combining high-touch technical implementation with a proactive managed services model, Hormel achieved a scalable, mobile-ready, and globally localized commerce environment — one that continues to drive customer loyalty through personalized, connected digital experiences.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>v1.1 — Footer &amp; Icon Improvements</title>
      <link>http://localhost:1313/changelog/v1.1/</link>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/changelog/v1.1/</guid>
      <description>&lt;h2 id=&#34;whats-new&#34;&gt;What&amp;rsquo;s New&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multi-column Footer&lt;/strong&gt; — New &lt;code&gt;columns&lt;/code&gt; footer style with logo, tagline, and navigation&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Social Icons&lt;/strong&gt; — Site-wide social links rendered in the footer via &lt;code&gt;identity.social.links&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Icon Rendering&lt;/strong&gt; — Robust SVG sizing strategy with &lt;code&gt;1em&lt;/code&gt; default for inline icons&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;improvements&#34;&gt;Improvements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Icons now self-size to &lt;code&gt;1em&lt;/code&gt; by default, eliminating 0px collapse bugs&lt;/li&gt;
&lt;li&gt;Footer branding supports configurable logo height and SVG scaling&lt;/li&gt;
&lt;li&gt;Feature block icons bumped to larger size for better visual presence&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;content&#34;&gt;Content&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Changelog Section&lt;/strong&gt; — New standalone section at &lt;code&gt;/changelog/&lt;/code&gt; using the &lt;code&gt;date-title-summary&lt;/code&gt; view&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>v1.0 — Initial Release</title>
      <link>http://localhost:1313/changelog/v1.0/</link>
      <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/changelog/v1.0/</guid>
      <description>&lt;h2 id=&#34;whats-new&#34;&gt;What&amp;rsquo;s New&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Page Builder&lt;/strong&gt; — Build landing pages with drag-and-drop blocks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Block System&lt;/strong&gt; — Hero, Features, CTA, Testimonials, Stats, and more&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tailwind CSS 4&lt;/strong&gt; — Modern utility-first styling with dark mode support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preact Components&lt;/strong&gt; — Fast, lightweight client-side interactivity&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SEO Optimized&lt;/strong&gt; — Automatic sitemaps, RSS feeds, and structured data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-language&lt;/strong&gt; — 35+ language packs out of the box&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;getting-started&#34;&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;Check out the &lt;a href=&#34;https://docs.hugoblox.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;documentation&lt;/a&gt; to get started with your first site.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Privacy</title>
      <link>http://localhost:1313/privacy/</link>
      <pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/privacy/</guid>
      <description>&lt;p&gt;Add your company privacy policy here&amp;hellip;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Terms of Service</title>
      <link>http://localhost:1313/terms/</link>
      <pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/terms/</guid>
      <description>&lt;p&gt;Add your company legal terms here&amp;hellip;&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
