Official collection of themes for Flowershow websites.
Inspired by the visual style of LessWrong https://www.lesswrong.com/
A clean, modern theme with balanced typography and whitespace.
Inspired by the visual style of "Glide" Ghost theme https://ghost.org/themes/glide/
Inspired by the visual style of Substack.
A nature-inspired theme with subtle green colors.
You can use Flowershow themes by configuring them in your site's config.json file. There are several ways to use a theme:
{
"theme": "letterpress"
}{
"theme": "[email protected]"
}Each theme should be in its own directory with the following structure:
theme-name/
├── theme.css # Theme CSS file
└── preview.png # Theme preview image
-
Semantic Versioning: Use MAJOR.MINOR.PATCH versioning scheme
- MAJOR: Breaking changes
- MINOR: New features, no breaking changes
- PATCH: Bug fixes, no breaking changes
-
Git Tags: Tag all releases (e.g., v1.2.0)
-
Documentation: Update CHANGELOG.md with all notable changes
- Use semantic class names
- Ensure responsive design
- Test across major browsers
Official themes are distributed through jsDelivr CDN, which provides:
- Global CDN distribution
- Version pinning
- High availability
- No rate limits
- Automatic GitHub integration
We welcome contributions! Here's how you can contribute:
- Fork the repository
- Create a new branch for your theme
- Add your theme following the structure above
- Add preview images
- Test your theme with different content types
- Submit a pull request
MIT License - feel free to use in your own projects.



