Skip to content

nathanredblur/nathanredblur.dev

Repository files navigation

nathanredblur.dev

Personal blog and portfolio — nathanredblur.dev

Built with Astro, Svelte, and Tailwind CSS. Deployed on Cloudflare Workers.

Development

pnpm install       # Install dependencies
pnpm dev           # Start dev server at localhost:4321
pnpm build         # Build for production
pnpm preview       # Preview production build locally

Writing Posts

pnpm new-post <filename>   # Scaffold a new post in src/content/posts/

Post frontmatter:

---
title: Post Title
published: 2024-01-01
description: A short description.
image: ./cover.jpg
tags: [Tag1, Tag2]
category: Category
draft: false
---

Deploy

pnpm cloudflare:preview   # Preview on Cloudflare
pnpm cloudflare:deploy    # Deploy to Cloudflare Workers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors