Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhor Dvoretskyi <ihor@linux.com>2018-05-21 20:02:16 +0300
committerLuiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>2018-05-21 20:02:16 +0300
commitd2a8b2219aa9d3eae7999a3935882f2bee71dc24 (patch)
tree4b67356b31a4edacdb012ccd8560edfa635e1992 /Makefile
parent9a070c238083e03ebbe799f6eb958381531fbbc8 (diff)
Typo fixed that crashes the demo build (#23)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d79012..f5387cf 100644
--- a/Makefile
+++ b/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