mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.13.2022 be3218290dc63ba251bfd2fe4d4dccb2122f4bbe
package.json
@@ -3,6 +3,8 @@
  "version": "1.1.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 ."
  },
  "repository": {
@@ -24,6 +26,7 @@
  "dependencies": {},
  "devDependencies": {
    "prettier": "~2.2.1",
    "prettier-plugin-go-template": "^0.0.11-beta.13"
    "prettier-plugin-go-template": "^0.0.11-beta.13",
    "shx": "^0.3.4"
  }
}