Welcome to SSG Portfolio
A lightweight, customizable static site generator built with JavaScript and npm that transforms markdown content into beautiful, fast-loading static websites.
🚀 Features
- Markdown Processing - Write in markdown, get beautiful HTML
- Template System - Handlebars templates with reusable partials
- Development Server - Hot reload for instant preview
- Image Handling - Automatic image processing and optimization
- Cloudflare Ready - Optimized for Cloudflare Pages deployment
📖 Getting Started
- Write your content in markdown files in the
content/directory - Customize templates in the
templates/directory - Run
ssg buildto generate your static site - Run
ssg serveto preview locally - Deploy to Cloudflare Pages or any static hosting
📄 Demo Content
Check out our demo page to see all the features in action:
- Advanced markdown processing
- Syntax-highlighted code blocks
- Tables and formatting
- Image handling
- Frontmatter metadata
🛠 Development
This site was built with SSG Portfolio itself! The source code demonstrates:
- Frontmatter for metadata
- Markdown for content
- Template partials for navigation
- Responsive design
- SEO optimization
Built with ❤️ using SSG Portfolio