/*! Theme Name: Achille Press Theme URI: https://github.com/your-username/achille-press Author: Your Name Author URI: https://yourwebsite.com/ Description: A fast, clean, and responsive WordPress theme inspired by the Hugo PaperMod theme. Features a minimal design with excellent typography, light/dark mode toggle, and optimized performance for modern websites. Version: 1.0.0 Tested up to: 6.4 Requires PHP: 7.4 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: achille-press Tags: blog, clean, minimal, responsive, dark-mode, light-mode, accessibility-ready, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns This theme is inspired by Hugo PaperMod and built on Underscores foundation. Licensed under the GPL v2 or later. Achille Press is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Generic - Normalize - Box sizing # Base - Typography - Elements - Links - Forms ## Layouts # Components - Navigation - Posts and pages - Comments - Widgets - Media - Captions - Galleries # plugins - Jetpack infinite scroll # Utilities - Accessibility - Alignments --------------------------------------------------------------*/ // Import variables and mixins. @import "abstracts/abstracts"; /*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/ /* Normalize --------------------------------------------- */ @import "generic/normalize"; /* Box sizing --------------------------------------------- */ @import "generic/box-sizing"; /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ @import "base/base"; /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/ @import "layouts/content-layout"; @import "layouts/no-sidebar"; // @import "layouts/content-sidebar"; // Uncomment this line for a sidebar on right side of your content. // @import "layouts/sidebar-content"; // Uncomment this line for a sidebar on left side of your content. /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ @import "components/components"; /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ /* Jetpack infinite scroll --------------------------------------------- */ @import "plugins/jetpack/infinite-scroll"; /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ /* Accessibility --------------------------------------------- */ @import "utilities/accessibility"; /* Alignments --------------------------------------------- */ @import "utilities/alignments";