diff --git a/site/Makefile b/site/Makefile index 872df24..c2fc8a6 100644 --- a/site/Makefile +++ b/site/Makefile @@ -3,8 +3,11 @@ STATIC_CSS = $(STATIC)/css STATIC_JS = $(STATIC)/js -all: build - @echo "Nice." +all: hello build + + +hello: + @cowsay 'Welcome to Hy!' build: clean less coffee diff --git a/site/templates/base.html b/site/templates/base.html index f74870a..b2dca4a 100644 --- a/site/templates/base.html +++ b/site/templates/base.html @@ -5,12 +5,14 @@ + +