Skip to content

danielh-official/danielh-official.github.io

Repository files navigation

Daniel Haven - Developer Website

Developer blog website built with Jigsaw.

🛠️ Development

Local Development

# Install dependencies
composer install
npm install

# Start development server
npm run dev

# Start development server with watch
npm run watch

# Build for local development
npm run build

# Build for production
npm run build:prod

# Format code
npm run format

📝 Content

  • Blog Posts: Located in source/_posts/
  • Pages: Located in source/
  • Components: Located in source/_components/
  • Layouts: Located in source/_layouts/

🚀 Deployment

This site is automatically deployed to GitHub Pages using GitHub Actions:

🔧 Configuration

Key configuration is in config.php:

  • Site metadata
  • Collections (posts, categories)

📄 License

This project is open source and available under the MIT License.

About

My developer site and blog.

Topics

Resources

License

Stars

Watchers

Forks