A WordPress child theme based on Twenty Twenty-Five and chatGPT ;-), designed to deliver a modern.
TTF Fedora-Fr is a Twenty Twenty-Five child theme focused on simplicity and adaptability. It provides flexible design options backed by a variety of patterns for different types of pages, such as services and landing pages. It is ideal for building personal blogs, professional portfolios, online magazines, or business websites.
The theme supports international typography, multiple color palettes, and ensures accessibility and customization for users worldwide.
- Full Site Editing: Full support for site editing with blocks.
- Patterns and Templates: A variety of patterns and templates for different blog styles.
- Accessibility: Accessibility-ready with RTL support and style variations.
- Internationalization: Translation-ready with text domain support.
- Optimization: WordPress head cleanup and optimized asset loading.
- WordPress 6.7 or higher
- PHP 8.4 or higher
- Tested up to WordPress 6.8
- Download or clone this repository into the
wp-content/themes/folder of your WordPress installation. - Activate the "TTF Fedora-Fr" theme from the WordPress admin (Appearance > Themes).
- Customize the theme via the full site editor.
Make sure you have Node.js installed to manage frontend dependencies.
npm install
composer installnpm run dev: Starts development mode with file watching.npm run build: Builds assets for production.npm run preview: Previews the build.npm run eslint: Check code with eslint.npm run stylelint: Check code with stylelint.