Skip to content

charleswdevs/charlesw.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charlesw.dev

Personal blog and technical musings for Charles W., built with Astro and Markdown.

Writing

Create a new Markdown file in src/content/blog:

---
title: "Post title"
description: "One sentence summary."
pubDate: 2026-05-29
tags: ["notes"]
---

Write the post here.

Use draft: true in the frontmatter to keep a post off the published index.

Development

npm install
npm run dev

Build

npm run build

The site deploys to GitHub Pages from the main branch.

About

Personal site and technical musings for CharlesW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors