https://github.com/troychaplin/dark-matter
https://github.com/troychaplin/dark-matter
block-theme wordpress-theme
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/troychaplin/dark-matter
- Owner: troychaplin
- Created: 2025-07-10T19:25:36.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-09-07T20:09:07.000Z (9 months ago)
- Last Synced: 2025-09-07T22:11:35.885Z (9 months ago)
- Topics: block-theme, wordpress-theme
- Language: HTML
- Homepage:
- Size: 556 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dark Matter
A modern WordPress block theme for troychaplin.ca, currently in early stages of development.
## Overview
Dark Matter 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.
## Theme Structure
```
dark-matter/
├── 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.
---
*Last updated: August 2025*