Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
41
package.json
Normal file
41
package.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "anatole",
|
||||
"version": "1.18.0",
|
||||
"description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
|
||||
"scripts": {
|
||||
"build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",
|
||||
"dev": "hugo serve --themesDir=../.. --source=exampleSite",
|
||||
"prettier": "npx prettier --write .",
|
||||
"prepare": "husky",
|
||||
"release": "release-it",
|
||||
"setup": "npm install && npm run prepare",
|
||||
"test": ""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lxndrblz/anatole.git"
|
||||
},
|
||||
"keywords": [
|
||||
"theme",
|
||||
"hugo",
|
||||
"farbox",
|
||||
"anatole"
|
||||
],
|
||||
"author": "Alexander Bilz",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lxndrblz/anatole/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lxndrblz/anatole#readme",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.5.0",
|
||||
"@commitlint/config-conventional": "^19.5.0",
|
||||
"@netlify/plugin-lighthouse": "^6.0.3",
|
||||
"@release-it/conventional-changelog": "^8.0.2",
|
||||
"husky": "^9.1.6",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-go-template": "^0.0.15",
|
||||
"release-it": "^17.6.0",
|
||||
"shx": "^0.3.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue