Skip to content

Commit 8bd31b8

Browse files
committed
add ugly hack for Jekyll 0.12.0. fixes wp-cli#9
1 parent 642221e commit 8bd31b8

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

index.md renamed to _includes/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: default
3-
title: Command line interface for WordPress
4-
---
5-
61
**wp-cli** is a set of command-line tools for managing [WordPress](http://wordpress.org) installations. You can update plugins, set up multisite installs, create posts and much more.
72

83
Minimum Requirements

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: Command line interface for WordPress
4+
---
5+
{% capture content %}
6+
{% include index.md %}
7+
{% endcapture %}
8+
9+
{{ content | markdownify }}

0 commit comments

Comments
 (0)