From 6166cf8e4008b7d64053655f4093d0870a54ace1 Mon Sep 17 00:00:00 2001 From: gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> Date: Wed, 23 Mar 2022 20:08:49 +0000 Subject: feat: Remove unused theme --- themes/ananke/package.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 themes/ananke/package.json (limited to 'themes/ananke/package.json') diff --git a/themes/ananke/package.json b/themes/ananke/package.json deleted file mode 100755 index e5179dc..0000000 --- a/themes/ananke/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "gohugo-default-theme", - "version": "2.6.1", - "description": "Base Theme to start Hugo Sites", - "main": "index.js", - "repository": { - "type": "git", - "url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git" - }, - "scripts": { - "version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md" - }, - "keywords": [ - "hugo", - "gohugo" - ], - "author": "budparr", - "license": "MIT", - "bugs": { - "url": "https://github.com/theNewDynamic/thenewdynamic.com/issues" - }, - "homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme", - "devDependencies": { - "auto-changelog": "^1.16.1" - } -} -- cgit v1.2.3