diff options
author | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
commit | 568553394d0a8b34668a75c9839a0f1f426469b2 (patch) | |
tree | 175c08844f05611b059ba6900fb6519dbbc735d2 /themes/ananke/package.json | |
parent | d5d6f70371958eec0679831abd283498ff2731e5 (diff) | |
download | website-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz website-568553394d0a8b34668a75c9839a0f1f426469b2.zip |
theme: Switch to docsy theme
Diffstat (limited to 'themes/ananke/package.json')
-rwxr-xr-x | themes/ananke/package.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/themes/ananke/package.json b/themes/ananke/package.json deleted file mode 100755 index 3a5d488..0000000 --- a/themes/ananke/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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" -} |