Indigo is a modern WordPress theme with a simple yet elegant design. This minimal theme is suitable for almost any type of website and perfect for personal blogs and portfolios. While it is minimal and lightweight, it is responsive, flexible, customizable with WordPress customizer, and has a clean optimized code.
It's based on the indigo, that originally builds for Jekyll.
- No additional JS
- Sass for stylesheets
- Compatible with Contact Form 7
- Fast & lightweight (Google Speed: 99/100)
- Theme options built directly into WordPress native live theme customizer
- Responsive design
- Cross-browser compatibility
- Custom Google WebFonts
- Child themes support
- Developer friendly extendable code
- Translation ready (with .POT files included)
- Right-to-left (RTL) languages support
- SEO optimized
- GNU GPL version 2.0 licensed
- …and much more
See a working example at demo.vitathemes.com/indigo.
- Simply install as a normal WordPress theme and activate.
- Make a page called Home and set the Page template to Home.
- Make another page called Blog and set the Page template to Blog.
- In your admin panel, navigate to
Settings > Reading
. - Select
A static page (select below)
and select the pages created. - In your admin panel, navigate to
Appearance > Customize
. - Put the finishing touches on your website by adding a logo, typography settings, custom colors and etc.
themes/wp-indigo/ # → Root of your theme
├── assets/ # → Assets files
│ ├── css/ # → Compiled CSS file
│ ├── images/ # → Theme images
│ └── sass/ # → Theme scss files
├── languages/ # → Theme Language files
├── template-parts/ # → Theme Part files (Include)
├── node_modules/ # → Node.js packages
├── vendor/ # → Third Party Packages (Managed by Composer, Currently we use [Kirki Framework](https://github.com/aristath/kirki) for customizer)
├── package.json # → Node.js dependencies and scripts
├── inc/ # → Theme functions
│ ├── classes/ # → Custom PHP classes
│ ├── kirki/ # → Kirki Customization framework
│ ├── customizer.php # → All codes related to WordPress Customizer (We use Kirki Framework)
│ ├── template-functions.php # → Custom template tags & tweaks
│ └── setup.php # → Theme Setup
└── page-templates/ # → Page Templates
Edit inc/setup.php
to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars.
- Run
npm install
from the theme directory to install dependencies - Update
gulpfile.js
settings:proxy
should reflect your local development hostname
- Run
gulp
for build the distribution
Contributions are welcome from everyone. We have contributing guidelines to help you get started.
See the Changelog
This Theme based on indigo by sergiokopplin
WP-Indigo is licensed under GNU GPL.