secretstache/wordpress-gutenberg-starter

WordPress starter theme based on the Sage framework

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-theme

1.0.4 2024-11-21 14:48 UTC

This package is not auto-updated.

Last update: 2024-11-21 18:00:47 UTC


README

COMPANY_NAME is a custom theme created for COMPANY_NAME built on top of Sage. It contains both functional and presentable layers, implements custom admin and public experience, builds assets and views, uses Blade templating engine to render front-end and provides an ability to do more.

Main Concepts

Installation

  1. Clone the repository to /wp-content/themes/
  • git clone REPOSITORY_URL
  1. cd to theme’s folder
  2. Run composer install
  3. Run yarn install
  4. Run yarn build
  5. Activate the theme
  6. Install required plugins

Folders Walkthrough

app/

  • responsible for the basic theme setup

    Examples: admin.php, filters.php, helpers.php

config/

  • responsible for the theme configuration

    Examples: assets.php, app.php, view.php

resources/

  • contains assets and presentable UI elements

    Examples: scripts/, styles/, views/