45 lines
1.4 KiB
Markdown
45 lines
1.4 KiB
Markdown
|
|
# About {{project_name}}
|
||
|
|
|
||
|
|
{{description}}
|
||
|
|
|
||
|
|
## Built with Rustelo
|
||
|
|
|
||
|
|
This site is built with the [Rustelo framework](https://rustelo.dev), a modern Rust web framework that combines the power of Rust with the flexibility of modern web development.
|
||
|
|
|
||
|
|
### Key Features
|
||
|
|
|
||
|
|
- **Performance**: Built with Rust for maximum performance and safety
|
||
|
|
- **Modern UI**: Responsive design with UnoCSS and component-based architecture
|
||
|
|
- **Content Management**: Markdown-based content with automatic routing
|
||
|
|
- **Developer Experience**: Hot reload, type safety, and excellent tooling
|
||
|
|
- **Maintainable**: Framework-as-dependency architecture keeps your code clean
|
||
|
|
|
||
|
|
## Getting Started
|
||
|
|
|
||
|
|
This implementation uses the **basic** template, which provides:
|
||
|
|
|
||
|
|
- Simple blog and pages structure
|
||
|
|
- Responsive design out of the box
|
||
|
|
- Essential development tools
|
||
|
|
- Framework update management
|
||
|
|
- Asset optimization
|
||
|
|
|
||
|
|
## Technology Stack
|
||
|
|
|
||
|
|
- **Backend**: Rust with Leptos framework
|
||
|
|
- **Frontend**: Leptos with UnoCSS for styling
|
||
|
|
- **Content**: Markdown with front matter
|
||
|
|
- **Build**: Vite with hot module replacement
|
||
|
|
- **Deployment**: Docker-ready with cross-compilation support
|
||
|
|
|
||
|
|
## Contact
|
||
|
|
|
||
|
|
For questions or support:
|
||
|
|
|
||
|
|
- **Author**: {{author}}
|
||
|
|
- **Framework**: [Rustelo Documentation](https://docs.rustelo.dev)
|
||
|
|
- **Repository**: {{repository}}
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
*This page was generated from the basic template. Edit `content/pages/about.md` to customize it.*
|