A clean, minimalist WordPress theme designed for technical blogs with dark mode support and code highlighting.
- 🎨 Clean & Minimal Design - Distraction-free reading experience
- 🌓 Dark Mode - Automatic system preference detection with manual toggle
- 💻 Code Highlighting - Built-in Prism.js syntax highlighting for multiple languages
- 📱 Fully Responsive - Mobile-first design that works on all devices
- ⚡ Performance Optimized - Fast loading with minimal dependencies
- 📖 Reading Progress - Visual progress bar on single posts
- 📋 Copy Code - One-click code copying from code blocks
- ♿ Accessible - WCAG compliant with semantic HTML
- 🎯 SEO Ready - Clean markup and proper heading structure
- 🔧 Customizable - WordPress Customizer integration for easy setup
-
Download or clone this repository into your WordPress themes directory:
cd wp-content/themes/ git clone [repository-url] minimalcode -
Activate the theme from WordPress Admin → Appearance → Themes
-
Customize your site:
- Go to Appearance → Customize
- Set your social links (Twitter, GitHub, LinkedIn, Email)
- Configure your site tagline
- Create your navigation menus
- Go to Appearance → Menus
- Create two menus:
- Primary Menu - Main header navigation
- Social Menu - Footer links
Go to Appearance → Customize → Social Links and enter your:
- Twitter URL
- GitHub URL
- LinkedIn URL
- Email address
The theme automatically detects your system's dark mode preference but users can manually toggle between light and dark modes using:
- The theme toggle button in the header
- Keyboard shortcut:
Ctrl/Cmd + Shift + D
- JavaScript
- Python
- Bash/Shell
- JSON
- CSS
- PHP
- TypeScript
Additional languages can be added by modifying functions.php.
- Chrome (latest 2 versions)
- Firefox (latest 2 versions)
- Safari (latest 2 versions)
- Edge (latest 2 versions)
Built with:
- Modern CSS with CSS Variables
- Vanilla JavaScript (no jQuery)
- WordPress best practices
- Mobile-first responsive design
- Fonts: Inter and JetBrains Mono
- Code Highlighting: Prism.js
- Icons: Custom SVG icons
This theme is licensed under the GNU General Public License v2 or later.
Created by AutoJack for drunk.support
- Initial release
- Dark mode support
- Code syntax highlighting
- Reading progress bar
- Copy code functionality
- Fully responsive design