Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.42 KB

Kehittämö Gage

Commitizen friendly semantic-release

A custom WordPress theme started as a fork of Sage 8.5.1, and then converted into a barebones version suitable for Gutenberg.

Compatible with Kehittämö Seravo Addons.

Documentation

Most files should be documented with a comment at the beginning.

Folder structure

gage # Theme root
├── acf-json # Advanced Custom Fields JSON files
├── assets # Assets consumed by Webpack
│   ├── fonts # Fonts
│   ├── images # Images
│   ├── scripts # JavaScript
│   │   ├── routes # Class-based routing
│   │   └── util # Utilities
│   └── styles # SCSS styles
│       ├── blocks # Gutenberg block styles
│       ├── common # General styles
│       └── components # Component styles (ex. Footer & Header)
├── blocks # Gutenberg blocks
│   └── kehittamo-block-archive # Post list block for archive
├── dist # Webpack build target
├── lang # Pot files
├── lib # PHP library
└── templates # WP templates