Skip to content
Your Business Name
Getting Started with Your New Website

Getting Started with Your New Website

Staff Writer
getting-startedguides

Welcome to Your New Website

Congratulations on setting up your new business website! This guide will walk you through the essential first steps to get your online presence up and running.

Step 1: Update Your Branding

The first thing you’ll want to do is personalize this site with your business identity:

  • Business Name & Contact Info: Edit src/config/site.ts to replace all placeholder information with your real business details.
  • Colors: Open src/styles/global.css and change the hex values under :root to match your brand palette.
  • Favicon: Replace public/favicon.svg with your own logo.

Step 2: Add Your Content

All content lives in the src/content/ directory as simple Markdown files. You can also use the built-in CMS by navigating to /keystatic during local development.

Step 3: Deploy

Push your repository to GitHub. If you’ve connected Cloudflare Pages, your site will build and deploy automatically within minutes.

That’s it — you’re live!