Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NickTomlin/nicktomlin.github.io

Repository files navigation

nick-tomlin.com

Netlify Status

Personal blog built with Astro and deployed on Netlify.

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Content Management

Adding New Posts

# Create a new post (title gets slugified)
npm run post "Post Title"

Posts are stored in src/content/posts/ as markdown files with frontmatter:

---
title: "Post Title"
date: 2024-01-01
excerpt: "Optional excerpt"
comments: true
---

Post content here...

Project Structure

src/
├── components/     # Astro and React components
├── content/        # Blog posts and content collections
├── layouts/        # Page layouts
├── pages/          # File-based routing
└── styles/         # CSS files

Deployment

The site builds to static HTML and deploys automatically via Netlify when pushing to the main branch.

About

Personal Site (or: a new home for an old blog)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •