Skip to content

Repository files navigation

WardWander

Source for wardwander.com. Built with Astro and the AstroPaper theme, deployed to Cloudflare Workers as static assets.

Writing a post

Add a Markdown file to src/content/posts/. Frontmatter:

---
title: "Post title"
description: "One or two sentences. Used for SEO and the post card."
pubDatetime: 2026-09-07T12:00:00-04:00
tags: ["security", "deception"]
draft: false
---

Set draft: true to keep a post out of the build. Set featured: true to pin it to the home page. Images go in src/assets/images/ and are referenced as ![alt](@/assets/images/name.png).

Push to main and Cloudflare rebuilds the site.

Local

npm install
npm run dev      # http://localhost:4321
npm run build    # output in dist/

Deploy

Cloudflare Workers, connected to this repo. Build command npm run build, deploy command npx wrangler deploy. Config lives in wrangler.jsonc.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages