jantinnerezo / blangko-child

Child Theme for Blangko Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

đź“„ Blank Wordpress Child Theme

Child theme for blangko theme

Installation

In your wordpress project's composer.json file, add this under repositories and make sure you already added and install the parent theme:

{
	"type": "vcs",
	"url": "git@github.com:jantinnerezo/blangko.git"  // Parent Theme
}

{
	"type": "vcs",
	"url": "git@github.com:jantinnerezo/blangko-child.git"  // Child Theme
}

After that you should require it to your wordpress project's composer.json file:

composer require jantinnerezo/blangko-child

Usage

Go to: Appearance / Themes and then activate the blangko-child theme and you're all good!

About

Child Theme for Blangko Theme


Languages

Language:PHP 66.4%Language:CSS 33.6%