# Norgowind
[](./LICENSE)

A modern, responsive theme for the [Norgolith SSG](https://github.com/NTBBloodbath/norgolith), built with TailwindCSS. Norgowind provides a clean, customizable look for your Norgolith-powered site, with extra features and easy configuration.
---
## Features
- Beautiful, responsive minimal design powered by TailwindCSS
- Ready-to-use templates for posts, categories, home, and more
- Customizable navigation and footer links
- Built-in icons support thanks to tabler icons library
- Mermaid.js support for diagrams and charts
- Additional blockquote styles (tip, note, important, warning, error)
- Truncation options for post cards
## Demo
See Norgowind in action:
- [amartin.beer](https://amartin.beer)
- [Official Norgolith documentation](https://norgolith.amartin.beer)
### Showcase
Home page
Post view
flowchart LR A[HTML Fragment] --> B[Tera Engine] C[Validated Metadata] --> B D[Site Config] --> B E[Post Collection] --> B B --> F[Layout Template] F --> G[Final HTML]@end ``` ### Additional Styling Norgowind adds extra blockquote classes (use with `+html.class` tags): - `tip` (green) - `note` (blue) - `important` (violet) - `warning` (yellow) - `error` (red)  ### Additional Metadata Fields - `truncate`: Set the truncate character length for recent post cards. - `truncate_char`: Set the truncate character (default is ellipsis). Leave empty to disable. ### Tailwind Reloading By default, Tailwind's configuration in Norgowind watches content files and templates. Each new class added to content using a `+html.class` tag will be included in the styling file. For site development, install the TailwindCSS CLI and run: ```sh tailwindcss -i theme/assets/css/tailwind.css -o theme/assets/css/styles.min.css --minify --watch ``` ## Contributing Contributions, issues, and feature requests are welcome! Feel free to open an issue or pull request. ## License Norgowind is licensed under the MIT License.