Skip to content

Use Pug (previously Jade) template engine in WordPress themes.

License

Notifications You must be signed in to change notification settings

kubikplugins/pugpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== PugPress ===
Contributors: kubikplugins, sandrodz
Donate link: http://paypal.me/kubikplugins
Tags: jade, pug, template-engine
Requires at least: 4.4
Tested up to: 4.9
Stable tag: 1.0.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Use Pug (previously Jade) template engine in WordPress themes.

== Description ==

Use Pug (previously Jade) template engine in WordPress themes.

Unfortunately WordPress theme architecture encourages mixing of logic with presentation layer.
Using template-engine like pug it is possible to create better themes by forcing seperation of concerns.
e.g. Default WordPress theme files like `single.php` become controllers as presentation is fully delegated to pug view files.

* [PugPress-Starter-Theme](https://github.com/kubikthemes/pugpress-starter-theme) will help you get started.
* Active development of this plugin is handled [on GitHub](https://github.com/kubikplugins/pugpress).

== Installation ==

This section describes how to install the plugin and get it working.

1. Upload the plugin files to the `/wp-content/plugins/pugpress` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Download [starter theme](https://github.com/kubikthemes/pugpress-starter-theme) and start developing.

== Changelog ==

= 1.0.0 =
* Basic functionality release

== Upgrade Notice ==