basic hugo setup
This commit is contained in:
parent
18aa3c815b
commit
8d504c8420
153 changed files with 7158 additions and 0 deletions
41
tfc/themes/ananke/package.hugo.json
Normal file
41
tfc/themes/ananke/package.hugo.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"author": "budparr",
|
||||
"bugs": {
|
||||
"url": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues"
|
||||
},
|
||||
"comments": {
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"auto-changelog": "project",
|
||||
"cssnano": "project",
|
||||
"postcss-cli": "project",
|
||||
"postcss-cssnext": "project",
|
||||
"tachyons": "project"
|
||||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Theme Ananke",
|
||||
"devDependencies": {
|
||||
"auto-changelog": "^1.16.1",
|
||||
"cssnano": "^3.10.0",
|
||||
"postcss-cli": "^7.1.0",
|
||||
"postcss-cssnext": "^2.10.0",
|
||||
"tachyons": "^4.9.1"
|
||||
},
|
||||
"homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
|
||||
"keywords": [
|
||||
"hugo",
|
||||
"gohugo"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gohugo-theme-ananke",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git"
|
||||
},
|
||||
"scripts": {
|
||||
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md"
|
||||
},
|
||||
"version": "2.7.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue