Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

FreshPress

FreshPress is a modern static site generator based on Deno and Fresh, designed for creating high-performance websites with a great developer experience.

Features

  • πŸš€ High Performance: Built on Deno and Fresh for optimal speed and efficiency
  • πŸ”Œ Plugin System: Extensible architecture for customization and features
  • πŸ“š Documentation System: Built-in support for comprehensive documentation sites
  • 🌍 Internationalization: Native multi-language support
  • πŸ” Full-Text Search: Integrated search capabilities without external dependencies
  • πŸ“ Markdown Support: First-class Markdown rendering with extended features
  • 🎨 Theming: Flexible theme system for customizing appearance
  • πŸ“± Responsive Design: Mobile-friendly layouts out of the box
  • πŸ› οΈ Developer Experience: Hot reloading, simple commands, and intuitive workflows

Quick Start

# Install FreshPress
deno run -A https://freshpress.deno.dev

# Create a new project
freshpress create my-website

# Start development server
cd my-website
deno task dev

Documentation

Comprehensive documentation is available at https://freshpress.deno.dev/docs.

Plugin Ecosystem

FreshPress includes several core plugins:

  • Blog: Content management for blog posts
  • Projects: Project showcase capabilities
  • Search: Full-text search functionality
  • i18n: Internationalization support
  • Content: Generic content management
  • Date: Date formatting and localization

Contributing

We welcome contributions! Please see our Contributing Guide for more information.

License

FreshPress is open source software licensed under the MIT license.