From b6cb3bf3e61e88d40df11fdcb101f270d5bd1b85 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Tue, 20 Oct 2015 13:21:57 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- index.php | 6 +++--- page.php | 23 +++++++++++++++++++++++ single.php | 28 ++++++++++++++++++++++++++++ templates/template-demo.php | 4 +--- 5 files changed, 57 insertions(+), 8 deletions(-) create mode 100644 page.php create mode 100644 single.php diff --git a/README.md b/README.md index 1197247..f2590c8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. The * Comes pre-bundled with cached CDN version of jQuery * jQuery plugin agnostic * Laravel Elixir to define/customize and run basic Gulp tasks -* Basic index.php Loop template +* Basic template files * Customised functions.php adding theme support for high customisation * Minimised HTTP requests for high Web Performance * Localised strings for multiple language support @@ -24,7 +24,7 @@ Clone the barebones repositories into your WordPress /wp-content/themes/ directo git clone https://github.com/benchmarkstudios/barebones cd barebones -To include all its optional submodules ([Simple Grid](https://github.com/pdcreis/simple-grid) included): +To include all its optional submodules ([Simple Grid](https://github.com/benchmarkstudios/simple-grid) included): git submodule init git submodule update diff --git a/index.php b/index.php index 6f35428..30d0cf7 100755 --- a/index.php +++ b/index.php @@ -8,9 +8,9 @@
>
-

-

-

+

+ +

diff --git a/page.php b/page.php new file mode 100644 index 0000000..63a4eb2 --- /dev/null +++ b/page.php @@ -0,0 +1,23 @@ + + +
+
+ + + +
> + +
+

+
+ + + +
+ + + +
+
+ + \ No newline at end of file diff --git a/single.php b/single.php new file mode 100644 index 0000000..eb1c9d9 --- /dev/null +++ b/single.php @@ -0,0 +1,28 @@ + + +
+
+ + + +
> + +
+

+
+ + + +
+ +

+
+ +
+ + + +
+
+ + \ No newline at end of file diff --git a/templates/template-demo.php b/templates/template-demo.php index 41503c1..ec9788b 100644 --- a/templates/template-demo.php +++ b/templates/template-demo.php @@ -16,9 +16,7 @@
>
-

- -

+