-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
38 lines (26 loc) · 1.44 KB
/
readme.txt
File metadata and controls
38 lines (26 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
=== 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 ==