diff options
Diffstat (limited to 'themes/ananke/package.json')
-rwxr-xr-x | themes/ananke/package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/ananke/package.json b/themes/ananke/package.json new file mode 100755 index 0000000..3a5d488 --- /dev/null +++ b/themes/ananke/package.json @@ -0,0 +1,20 @@ +{ + "name": "gohugo-default-theme", + "version": "1.0.0", + "description": "Base Theme to start Hugo Sites", + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git" + }, + "keywords": [ + "hugo", + "gohugo" + ], + "author": "budparr", + "license": "MIT", + "bugs": { + "url": "https://github.com/theNewDynamic/thenewdynamic.com/issues" + }, + "homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme" +} |