This commit is contained in:
2022-07-31 12:27:38 -07:00
commit c5820b7ee7
134 changed files with 46231 additions and 0 deletions

26
themes/ananke/package.json Executable file
View File

@@ -0,0 +1,26 @@
{
"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"
}
}