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
- Host: GitHub
- URL: https://github.com/sisyphuszheng/freshpress
- Owner: SisyphusZheng
- License: mit
- Created: 2025-04-02T17:54:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T22:51:07.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:14:55.317Z (about 1 year ago)
- Topics: deno, fresh, freshpress, ssg, static-site-generator
- Language: TypeScript
- Homepage: https://freshpress.deno.dev
- Size: 892 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).