forked from lacymorrow/casper-child
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated plugin to include essential information like readme, etc.
Signed-off-by: Kenneth Dahlstrøm <[email protected]>
- Loading branch information
Showing
11 changed files
with
1,283 additions
and
773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"directory": "app/vendor" | ||
} | ||
"directory": "vendor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,6 @@ secret.json | |
# NODE STUFF # | ||
node_modules | ||
# Bower STUFF # | ||
app/vendor | ||
vendor | ||
tmp | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Casper hiof theme | ||
|
||
## About | ||
|
||
A Østfold University College version of the Casper wordpress theme | ||
|
||
## Copyright | ||
|
||
- This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details. | ||
|
||
## Install | ||
|
||
Install [Git](http://git-scm.com) if it's not already installed on your computer. Then run (this will download this project to the folder the shell has open): | ||
|
||
$ git clone https://github.com/hiof/casper-hiof.git | ||
|
||
|
||
Install [Node.js](http://nodejs.org)) if it's not already installed on your computer. Then run (this will install the project dependencies): | ||
|
||
$ sudo npm install -g grunt-cli | ||
$ npm install | ||
$ bower install | ||
|
||
### Build | ||
|
||
The following commands are now available within the project folder `$ grunt build`. | ||
|
||
- $ grunt build: Builds the code to /dist folder ready for deploy | ||
|
||
|
||
### Deploy | ||
|
||
Copy the content of the /dist folder to your wp-content folder. | ||
|
||
|
||
## Releases | ||
|
||
|
||
[Github releases](https://github.com/hiof/casper-hiof/releases) | ||
|
||
|
||
## Roadmap | ||
|
||
- [ ] v1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name": "casper-hiof", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/hiof/casper-hiof", | ||
"authors": [ | ||
"HiØ ved Kenneth Dahlstrøm <[email protected]>" | ||
], | ||
"description": "Hiof child theme of the Casper theme", | ||
"license": "GNU", | ||
"license": "PL-3.0", | ||
"dependencies": { | ||
"hiof-frontend": "https://github.com/hiof/frontend.git" | ||
"hiof-frontend": "https://github.com/hiof/frontend.git", | ||
"hiof-typography": "https://github.com/hiof/typography.git", | ||
"sass-mq": "^3.3.1" | ||
} | ||
} |
Oops, something went wrong.