https://github.com/troychaplin/docutheme
https://github.com/troychaplin/docutheme
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/troychaplin/docutheme
- Owner: troychaplin
- Created: 2025-08-06T12:06:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-11T13:10:17.000Z (10 months ago)
- Last Synced: 2025-08-27T11:19:26.700Z (10 months ago)
- Language: HTML
- Size: 929 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docutheme
A modern WordPress block theme for documentation style sites
## 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*