Downloaded theme

This commit is contained in:
2026-03-23 18:35:59 +01:00
parent 326fab0e42
commit d091efd432
86 changed files with 14512 additions and 0 deletions

View File

@@ -0,0 +1,111 @@
# Changelog
All notable changes to the Minimal Black theme will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial theme release
- Dark and light mode with automatic switching
- True black dark mode with purple accents
- Responsive design for mobile, tablet, and desktop
- Built-in search functionality with keyboard shortcuts (Ctrl/Cmd+K)
- Table of contents for blog posts with active section tracking
- Syntax highlighting with copy button and language labels
- Multiple page layouts: home, blog, projects, about, about-alternative
- Mermaid diagram support
- Gallery shortcode with lightbox
- GitHub-style alerts (note, tip, warning, danger, important)
- Analytics support (Google Analytics, Plausible, Umami, Fathom)
- Font Awesome and Devicon icon support
- Technology stack marquee on home page
- Project portfolio with featured projects
- Blog with tags and categories
- SEO optimized meta tags
- RSS feed generation
- JSON output for search indexing
- Modular CSS architecture
- Configurable stats and skills for about-alternative page
- Favicon and touch icon support
- Social links configuration
- Hero section with customizable badge, title, and CTAs
- "Now" section for quick facts
- Floating action dock
- Mobile-friendly navigation
- Theme toggle button
- Custom 404 page
- Markdown enhancements:
- Enhanced blockquotes with gradient backgrounds
- Improved list styling with hover effects
- Task list support with checkboxes
- Definition lists
- Footnotes
- Table styling with responsive wrapper
- Image captions (optional)
- External link indicators
- Heading anchor links
### Changed
- N/A (initial release)
### Deprecated
- N/A (initial release)
### Removed
- N/A (initial release)
### Fixed
- N/A (initial release)
### Security
- N/A (initial release)
## Release Notes
### Version 1.0.0 (Unreleased)
Initial release of Minimal Black theme for Hugo. A minimal, dark-mode first theme designed for developers, designers, and writers who value simplicity and performance.
**Key Features:**
- ⚡ Fast and lightweight
- 🎨 Beautiful dark mode with true black backgrounds
- 📱 Fully responsive design
- 🔍 Built-in search
- 💻 Excellent code highlighting
- 📚 Comprehensive documentation
---
## Version History Format
Each version entry should follow this structure:
```markdown
## [X.Y.Z] - YYYY-MM-DD
### Added
- New features
### Changed
- Changes in existing functionality
### Deprecated
- Soon-to-be removed features
### Removed
- Removed features
### Fixed
- Bug fixes
### Security
- Security patches
```
---
[Unreleased]: https://gitlab.com/jimchr12/hugo-minimal-black/-/compare/v1.0.0...main
[1.0.0]: https://gitlab.com/jimchr12/hugo-minimal-black/-/releases/v1.0.0