The beginnings of building a new theme from the casper base.

This commit is contained in:
2017-06-08 14:36:32 +02:00
commit 7345d0dbe7
16 changed files with 2745 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "christiaangoossens/chrg.nl",
"description": "The theme for chrg.nl",
"version": "0.0.1",
"engines": {
"ghost": ">=0.9.0 <1.0.0"
},
"author": {
"name": "Christiaan Goossens",
"email": "contact@christiaangoossens.nl"
},
"gpm": {
"type": "theme"
}
}