Skip to content

Commit

Permalink
getting timber up there
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Feb 14, 2016
1 parent 0a1f1a2 commit 51a31b6
Show file tree
Hide file tree
Showing 364 changed files with 93,733 additions and 0 deletions.
Binary file added composer.phar
Binary file not shown.
12 changes: 12 additions & 0 deletions www/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
11 changes: 11 additions & 0 deletions www/wp-content/plugins/advanced-custom-fields/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Advanced Custom Fields

Welcome to the official repository for Advanced Custom Fields WordPress plugin.

-----------------------

* Readme : https://github.com/elliotcondon/acf/blob/master/readme.txt
* WordPress repository: https://wordpress.org/plugins/advanced-custom-fields/
* Website : http://www.advancedcustomfields.com/
* Documentation: http://www.advancedcustomfields.com/resources/
* Support: http://support.advancedcustomfields.com/
Loading

0 comments on commit 51a31b6

Please sign in to comment.