Skip to content

geoffb/www-geoffblair-com

Repository files navigation

Continuous Deployment

Personal website of Geoff Blair, hosted at www.geoffblair.com.

🏗 Tech

  • Eleventy - Static site generation
  • Nunjucks - Templating
  • Less - CSS preprocessing
  • Prism - Syntax highlighting
  • Yarn - Package/dependency management

🧰 Development

Run the yarn develop command which will build, watch for changes, and serve the site to localhost:8080.

🚀 Deployment

The site is automatically built and published to GitHub Pages using GitHub Actions whenever commits are pushed to main. See workflows in .github/workflows.