Skip to content

mmaarten/my-theme

Repository files navigation

My Theme

Bootstrap driven WordPress starter theme.

Features

Block library

  • Bootstrap row
  • Bootstrap column
  • Bootstrap buttons
  • Bootstrap button
  • Bootstrap spacer

Requirements

Installation

  1. Download and extract zip into wp-content/themes/ folder.
  2. Run npm install to install dependencies.
  3. Run composer install to install dependencies.
  4. Run npm run build to compile assets.
  5. Activate theme via WordPress admin menu: Appearance/Themes.

Development

Run composer install to install dependencies.

Run npm install to install dependencies.

Build commands

Run npm run start to compile assets when files change.

Run npm run build to compile and optimise assets.

Run npm run bundle to create distribution archive.

Run composer run make-pot to create translation file.