Explorar o código

Typo fixed that crashes the demo build (#23)

Ihor Dvoretskyi %!s(int64=7) %!d(string=hai) anos
pai
achega
d2a8b2219a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -23,7 +23,7 @@ demo: build
 	cp -r $(current_dir)/layouts/* exampleSite/themes/coder/layouts
 	cp -r $(current_dir)/static/* exampleSite/themes/coder/static
 	cp -r $(current_dir)/theme.toml exampleSite/themes/coder/theme.toml
-	cd examplesite && hugo serve -D
+	cd exampleSite && hugo serve -D
 
 clean:
 	rm -f $(CSS_DIR)/*.css