Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
npm start or npm run develop - Start development server at http://localhost:8000npm run build - Build the site for productionnpm run serve - Serve the production build locallynpm run clean - Clean Gatsby cache and public directorynpm run format - Format code using Prettiermaster branch via GitHub ActionsThis is a Gatsby-based static site generator for Brian Keating's technical blog:
/src/posts/YYYY-MM-DD-title-slug.md/src/images/ and /static//src/posts/ are processed by gatsby-transformer-remarkgatsby-node.js/blog/[slug]/ using the template at /src/templates/blog-post.js/src/pages/blog.jsThe site includes a dark theme with red color scheme. Theme styles are managed through CSS modules and the main layout component.