https://github.com/troychaplin/midnight-blue
https://github.com/troychaplin/midnight-blue
block-theme wordpress-theme
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/troychaplin/midnight-blue
- Owner: troychaplin
- Created: 2025-09-08T00:44:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T04:34:20.000Z (9 months ago)
- Last Synced: 2025-09-13T05:48:16.172Z (9 months ago)
- Topics: block-theme, wordpress-theme
- Language: HTML
- Homepage:
- Size: 557 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fractal: WordPress Block Theme
A modern WordPress block theme for troychaplin.ca, currently in early stages of development.
## Overview
Fractal is a custom WordPress block theme designed with a focus on clean, minimal design and optimal performance. Built using the latest WordPress block editor (Gutenberg) capabilities, this theme leverages modern web standards and block-based development patterns.
## Development Status
🚧 **Early Development** - This theme is currently in active development and not ready for production use.
## Tailwind Color Generator
- Bunker - https://uicolors.app/generate/18191f
- Pistachio - https://uicolors.app/generate/8aba00
## Theme Structure
```
fractal/
├── README.md
├── style.css
├── theme.json # Theme configuration and global styles
├── assets/
│ └── fonts/ # Custom font files
│ └── work-sans/
├── parts/ # Template parts
│ ├── footer.html
│ └── header.html
└── templates/ # Block templates
├── home.html
├── index.html
└── page.html
```
## Requirements
- WordPress 6.0 or higher
- PHP 8.0 or higher
- Block editor (Gutenberg) enabled
## Author
**Troy Chaplin**
- Website: [troychaplin.ca](https://troychaplin.ca)
- GitHub: [@troychaplin](https://github.com/troychaplin)
## License
This theme is licensed under the GPL v2 or later.