Skip to content

oxsignal/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxsignal Blog

Astro blog scaffolded for Cloudflare Pages.

Local Development

npm install
npm run dev

The dev server runs at http://localhost:4321.

Writing Posts

Add Markdown or MDX posts under src/content/blog/.

Each post uses frontmatter like:

---
title: "Post title"
description: "Short summary for SEO and previews"
pubDate: "2026-05-29"
heroImage: "../../assets/blog-placeholder-1.jpg"
---

Write the post here.

Build

npm run build

The production site is generated in dist/.

Cloudflare Pages

Connect oxsignal/blog in Cloudflare Pages and use:

Production branch: main
Build command: npm run build
Build directory: dist

Update site in astro.config.mjs if the final custom domain is not https://blog.oxsignal.com.

About

my blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors