Skip to content

Commit

Permalink
Merge branch 'master' of github.com:moxie-leean/wp-headless-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mitogh committed Apr 24, 2016
2 parents 6362d74 + 0422c8d commit 2e20bcd
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "wp-headless-theme",
"keywords": [],
"homepage": "https://github.com/moxie-leean/wp-headless-theme",
"type": "library",
"type": "wordpress-theme",
"license": "MIT",
"authors": [
{
Expand All @@ -12,7 +12,8 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.4",
"composer/installers": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
Expand All @@ -32,4 +33,3 @@
]
}
}

236 changes: 236 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added index.php
Empty file.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Theme Name: Headless Theme
Theme URI: https://github.com/moxie-leean/wp-headless-theme
Author: Moxie
Author URI: https://getmoxied.net/
Description: Headless theme that uses the WP API instead of regular flow.
Version: 0.1.0
*/

0 comments on commit 2e20bcd

Please sign in to comment.