feat: update for Doks v0.5.0
Showing
- README.md 2 additions, 2 deletionsREADME.md
- assets/images/default-image.png 0 additions, 0 deletionsassets/images/default-image.png
- config/_default/config.toml 13 additions, 50 deletionsconfig/_default/config.toml
- config/_default/languages.toml 3 additions, 0 deletionsconfig/_default/languages.toml
- config/_default/module.toml 68 additions, 0 deletionsconfig/_default/module.toml
- config/_default/params.toml 20 additions, 1 deletionconfig/_default/params.toml
- i18n/de.yaml 5 additions, 0 deletionsi18n/de.yaml
- i18n/en.toml 0 additions, 2 deletionsi18n/en.toml
- i18n/en.yaml 17 additions, 0 deletionsi18n/en.yaml
- i18n/nl.toml 0 additions, 2 deletionsi18n/nl.toml
- i18n/nl.yaml 17 additions, 0 deletionsi18n/nl.yaml
- images/doks.png 0 additions, 0 deletionsimages/doks.png
- layouts/index.html 1 addition, 1 deletionlayouts/index.html
- layouts/partials/head/custom-head.html 1 addition, 0 deletionslayouts/partials/head/custom-head.html
- netlify.toml 2 additions, 2 deletionsnetlify.toml
- package-lock.json 1498 additions, 1430 deletionspackage-lock.json
- package.json 16 additions, 15 deletionspackage.json
assets/images/default-image.png
0 → 100644
4.58 KiB
config/_default/module.toml
0 → 100644
i18n/de.yaml
0 → 100644
i18n/en.toml
deleted
100644 → 0
i18n/en.yaml
0 → 100644
i18n/nl.toml
deleted
100644 → 0
i18n/nl.yaml
0 → 100644
images/doks.png
0 → 100644
175 KiB
layouts/partials/head/custom-head.html
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | { | ||
"name": "doks-child-theme", | "name": "doks-child-theme", | ||
"description": "Doks child theme", | "description": "Doks child theme", | ||
"version": "0.4.3", | "version": "0.5.0", | ||
"engines": { | "engines": { | ||
"node": ">=16.15.0" | "node": ">=16.16.0" | ||
}, | }, | ||
"browserslist": [ | "browserslist": [ | ||
"defaults" | "defaults" | ||
], | ], | ||
... | @@ -38,33 +38,34 @@ | ... | @@ -38,33 +38,34 @@ |
"version": "auto-changelog -p && git add CHANGELOG.md" | "version": "auto-changelog -p && git add CHANGELOG.md" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/cli": "^7.17", | "@babel/cli": "^7.18", | ||
"@babel/core": "^7.17", | "@babel/core": "^7.18", | ||
"@babel/preset-env": "^7.17", | "@babel/preset-env": "^7.18", | ||
"@fullhuman/postcss-purgecss": "^4.1", | "@fullhuman/postcss-purgecss": "^4.1", | ||
"@hyas/doks": "^0.4", | "@hyas/doks": "^0.5", | ||
"@hyas/images": "^0.2.1", | |||
"auto-changelog": "^2.4.0", | "auto-changelog": "^2.4.0", | ||
"autoprefixer": "^10.4", | "autoprefixer": "^10.4", | ||
"bootstrap": "^5.1", | "bootstrap": "^5.1", | ||
"clipboard": "^2.0", | "clipboard": "^2.0", | ||
"eslint": "^8.15", | "eslint": "^8.19", | ||
"exec-bin": "^1.0.0", | "exec-bin": "^1.0.0", | ||
"hugo-installer": "^3.1", | |||
"flexsearch": "^0.7.21", | "flexsearch": "^0.7.21", | ||
"highlight.js": "^11.5", | "highlight.js": "^11.5", | ||
"hugo-installer": "^3.1", | |||
"instant.page": "^5.1", | "instant.page": "^5.1", | ||
"katex": "^0.15", | "katex": "^0.16", | ||
"lazysizes": "^5.3", | "lazysizes": "^5.3", | ||
"markdownlint-cli2": "^0.4.0", | "markdownlint-cli2": "^0.4.0", | ||
"netlify-plugin-submit-sitemap": "^0.3.0", | "netlify-plugin-submit-sitemap": "^0.4.0", | ||
"postcss": "^8.4", | "postcss": "^8.4", | ||
"postcss-cli": "^9.1", | "postcss-cli": "^10.0", | ||
"purgecss-whitelister": "^2.4", | "purgecss-whitelister": "^2.4", | ||
"shx": "^0.3", | "shx": "^0.3", | ||
"stylelint": "^14.8", | "stylelint": "^14.9", | ||
"stylelint-config-standard-scss": "^3.0" | "stylelint-config-standard-scss": "^4.0" | ||
}, | }, | ||
"otherDependencies": { | "otherDependencies": { | ||
"hugo": "0.99.0" | "hugo": "0.101.0" | ||
} | } | ||
} | } |