An open API service indexing awesome lists of open source software.

https://github.com/sisyphuszheng/freshpress

Static Site Generator Build with Fresh and Deno
https://github.com/sisyphuszheng/freshpress

deno fresh freshpress ssg static-site-generator

Last synced: about 1 year ago
JSON representation

Static Site Generator Build with Fresh and Deno

Awesome Lists containing this project

README

          

# FreshPress

FreshPress is a modern static site generator based on [Deno](https://deno.land) and [Fresh](https://fresh.deno.dev), 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

```bash
# 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](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](CONTRIBUTING.md) for more information.

## License

FreshPress is open source software licensed under the [MIT license](LICENSE).