Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Content Layout Control is a lightweight framework for WordPress developers who want to add bespoke, limited and carefully ring-fenced content layout features to their themes.

License

Notifications You must be signed in to change notification settings

NateWr/content-layout-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Layout Control

Content Layout Control is a lightweight framework for WordPress developers who want to add bespoke, limited and carefully ringfenced content layout features to their themes.

Using the framework

Content Layout Control must be deliberately built into a theme. Take a look at the demo theme.

The recommended development workflow is to include the repository as a git submodule in your theme and then build the files there. You will need npm and grunt.

$ git submodule add https://github.com/NateWr/content-layout-control.git
$ cd content-layout-control
$ npm install
$ grunt build

This produces a dist directory with the compiled files that should be included in your theme.

I'll prepare package releases that can be dropped in directly if you're not familiar with git submodules, npm or grunt.

About

Content Layout Control is a lightweight framework for WordPress developers who want to add bespoke, limited and carefully ring-fenced content layout features to their themes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published