Maven Skin
A modern, tech-blog styled Maven site skin for open-source projects. It provides a clean aesthetic, automatic dark/light mode, and is optimized for AsciiDoc-based technical documentation.
Key Features
- Modern Design: Clean, tech-blog aesthetic with high readability.
- Dark/Light Mode: Automatic theme switching based on system settings.
- Fully Responsive: Optimized for all devices, from desktop to mobile.
- AsciiDoc First: Enhanced styling for AsciiDoc elements and blocks.
- Automated TOC: Easy-to-use table of contents generation.
- SEO Ready: Support for sitemap generation and metadata.
Quick Start
Add Maven Skin to your src/site/site.xml:
<skin>
<groupId>pro.verron</groupId>
<artifactId>maven-skin</artifactId>
<version>1.0</version>
</skin>Maven Coordinates
<dependency>
<groupId>pro.verron</groupId>
<artifactId>maven-skin</artifactId>
<version>${project.version}</version>
</dependency>Documentation
For detailed installation and configuration instructions, see the Official Documentation.
Author
Joseph Verron - About Me