An open API service indexing awesome lists of open source software.

https://github.com/troychaplin/midnight-blue


https://github.com/troychaplin/midnight-blue

block-theme wordpress-theme

Last synced: 9 months ago
JSON representation

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.