Skip to content
HHans Martens Dev
Tag

#astro-rocket

17 posts tagged "astro-rocket".

How I Built a Tech-Stack Marquee as an Astro Developer

As a freelance Astro developer, I built a brand-coloured, pure-CSS tech-stack marquee for my homepage hero and About page — and shipped the same component in my Astro Rocket theme.

HHans Martens
2 min read
#astro#astro-developer#web-development#astro-rocket

Going Multilingual: Native i18n in Astro Rocket

How Astro Rocket's opt-in i18n works end to end — locale routing, the t() helper, an auto-localized blog, projects, and navigation — and the exact steps to ship a multilingual site.

HHans Martens
2 min read
#astro-rocket#i18n#internationalization#tutorial

Comments on Blog Posts — Giscus or Cusdis, Lazy-Loaded

Astro Rocket's blog comments are now pluggable: pick Giscus (GitHub Discussions) or the self-hostable, privacy-friendly Cusdis. Both lazy-load on scroll — skip them and you pay nothing.

HHans Martens
2 min read
#astro-rocket#features#blog#comments#giscus#cusdis

Independent Footer Menu — Different Links in Header and Footer

Astro Rocket now lets you configure the footer menu independently of the header navigation. Add a Privacy link, an Imprint, or a Cookie Policy without cluttering your main nav.

HHans Martens
2 min read
#astro-rocket#features#footer#navigation

Table of Contents — Reading Anchors for Long Posts

Astro Rocket renders an optional TOC on blog posts in three layouts — inline card, sticky sidebar, or both — with the sidebar on the left or right. Pick what fits your audience.

HHans Martens
2 min read
#astro-rocket#features#blog#navigation

System, Light, Dark — How Astro Rocket's Colour-Mode System Works

A 3-state colour-mode system with no flash, live OS-preference tracking, and a pill dropdown that respects what the user actually picked. Here is how it is built.

HHans Martens
2 min read
#astro-rocket#dark-mode#design-system#ux#tutorial

Getting Started with Astro Rocket — From Install to Live in Minutes

How to install, configure, and deploy Astro Rocket — covering site.config.ts, brand colours, navigation, writing posts, and deploying to Vercel.

HHans Martens
1 min read
#astro-rocket#getting-started#configuration#vercel

Astro Rocket Configuration — Every Toggle, Theme, and Layout Option Explained

A complete walkthrough of Astro Rocket's configuration options: 12 colour themes, OKLCH colours, typography, radius and shadow tokens, header styles, dark mode, and more.

HHans Martens
2 min read
#astro-rocket#configuration#customization#themes

Animations in Astro Rocket — How the Premium Motion Design Works

A deep dive into every animation layer in Astro Rocket: the eased hero entrance, staggered cascades, scroll-reveal, and how it all stays smooth without a JS animation library.

HHans Martens
2 min read
#astro-rocket#animation#css#ux#performance

57 Components Ready to Use — Astro Rocket's Full UI Library

Astro Rocket ships with 57 production-ready components from the Velocity library — buttons, cards, dialogs, forms, data display, and full page-structure components. All accessible, all themed.

HHans Martens
2 min read
#astro-rocket#components#ui#velocity

Hero Scroll Indicator — Desktop-Only, Hides on Scroll

Astro Rocket's hero has an animated scroll indicator: two bouncing chevrons that fade in after the hero animation and disappear the moment you start scrolling. Here's how every part of it works.

HHans Martens
2 min read
#astro-rocket#features#ux#animation

Scroll Progress Ring — A Circular Indicator on the Back-to-Top Button

Astro Rocket's back-to-top button now has a circular SVG progress ring that fills as you scroll. It's brand-coloured, theme-aware, and runs entirely in CSS and a small inline script.

HHans Martens
2 min read
#astro-rocket#features#ux#animation

Contact Form Setup: Resend, Vercel, and GoDaddy Step by Step

Astro Rocket's contact form is wired up but needs three things to actually deliver email: a Resend account, a verified domain, and one environment variable on Vercel.

HHans Martens
2 min read
#astro-rocket#tutorial#email#vercel#deployment

Scroll Progress Bar — Reading Progress at a Glance

Astro Rocket now has a scroll progress bar: a thin brand-coloured line that fills as you scroll. Here's how it works, where it lives, and how to enable it on any page.

HHans Martens
2 min read
#astro-rocket#features#header#ux

SEO in Astro Rocket: What's Built In and How to Configure It

Astro Rocket handles structured data, Open Graph, canonical URLs, sitemaps, and more out of the box. Here's exactly what ships and where to configure it.

HHans Martens
2 min read
#astro-rocket#seo#structured-data#tutorial#configuration

How Astro Rocket's Design System Works — Tokens, Colors, and Dark Mode

Astro Rocket uses a three-tier token architecture with OKLCH colors. Change one value and the entire site updates. Here's how it works and how to make it yours.

HHans Martens
2 min read
#astro-rocket#design-system#tailwind#customization#tutorial

The Hero Typing Effect in Astro Rocket — How It Works and How to Tune It

Astro Rocket's hero headline cycles through words with a typing animation. Learn how it works, how to tune every speed and pause, and how to disable it entirely.

HHans Martens
2 min read
#astro-rocket#components#customization#tutorial#javascript