secretstache / wordpress-gutenberg-starter
WordPress starter theme based on the Sage framework
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-theme
pkg:composer/secretstache/wordpress-gutenberg-starter
Requires
- php: >=8.2
- johnbillion/extended-cpts: ^5.1
- log1x/navi: ^3.1
- roots/acorn: ^5.0
- roots/acorn-prettify: ^1.0.0
- secretstache/wordpress-core: ^1.0.0
- stoutlogic/acf-builder: ^1.12
Requires (Dev)
- laravel/pint: ^1.20
- symfony/process: ^v7.2.0
Suggests
- log1x/sage-directives: A collection of useful Blade directives for WordPress and Sage (^1.0).
- dev-master
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- v1.0.0
- dev-dependabot/npm_and_yarn/static/glob-11.1.0
- dev-sync-sage
- dev-codex/change-trailing-comma-eslint-error-to-warning
- dev-code-cleanup
- dev-staging
- dev-reusable-functionality-dynamic-blocks
This package is auto-updated.
Last update: 2025-11-21 15:29:31 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
- Built on top of Sage
- Uses SSM Core
- Uses Blade templating engine to render views
- Uses Composer to manage dependencies
- Uses Yarn to compile assets
- Uses SASS as CSS-preprocessor
Installation
- Clone the repository to /wp-content/themes/
- git clone REPOSITORY_URL
- cd to theme’s folder
- Run composer install
- Run yarn install
- Run yarn build
- Activate the theme
- 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/