Skip to content

Commit c010a96

Browse files
committed
chore: remove the hugo theme dir
1 parent 29236e2 commit c010a96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,12 @@ content/specs/core-projects/core-projects.json: content/specs/core-projects/[^_]
5757
@python tools/md-header-to-json.py $? > $@
5858
5959
html: prepare calendars core-project-json ## build the website in ./public
60-
hugo --themesDir="./themes";
6160
@hugo
6261
6362
serve: prepare calendars core-project-json ## serve the website
64-
hugo --themesDir="./themes";
6563
@hugo --printI18nWarnings server
6664
6765
serve-dev: prepare calendars
68-
hugo --themesDir="../";
6966
@hugo --printI18nWarnings server --disableFastRender
7067
7168
clean:

0 commit comments

Comments
 (0)