Getting Started with SSG Portfolio
Getting Started with SSG Portfolio
Welcome to SSG Portfolio! This is a simple yet powerful static site generator built with JavaScript and Node.js.
What is SSG Portfolio?
SSG Portfolio is a lightweight static site generator that transforms your markdown content into beautiful, fast-loading HTML pages. Perfect for blogs, portfolios, and documentation sites.
Features
- Markdown Support: Write your content in clean, readable markdown
- YAML Frontmatter: Add metadata to your posts (title, date, tags, etc.)
- Handlebars Templating: Customize your site design with powerful templates
- Static Output: Generate fast, SEO-friendly HTML files
- No Database: Keep your content in version control
Getting Started
- Write your markdown files in
/content/ - Add YAML frontmatter with metadata
- Run
npm run build - Deploy to your hosting platform
That's it! Your site is ready.
Next Steps
Check out our documentation for more advanced features and customization options.