Milkyware Blog Repository

This is a GitHub Pages blog using Jekyll with the Minimal Mistakes theme.

Blog Conventions

Development

Local Setup

  1. Install Ruby and Bundler
  2. Run bundle install to install dependencies
  3. Start development server with bundle exec jekyll serve

Building

Writing New Posts

  1. Create new file in _posts/ with date-prefixed name
  2. Include required frontmatter (title, optional category/tags)
  3. Write content in markdown format
  4. Use standard markdown syntax for formatting

Repository Structure

Important Notes