diff --git a/package.json b/package.json index ba80629..dd8e181 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "hugo server -D --disableFastRender --source=exampleSite --themesDir=../.. --theme=holy", - "build": "hugo --source=exampleSite --themesDir=../.. --theme=holy" + "dev": "hugo server -D --disableFastRender --source=exampleSite --themesDir=../.. --theme=${PWD##*/}", + "build": "hugo --source=exampleSite --themesDir=../.. --theme=${PWD##*/}" }, "repository": { "type": "git",