Deny robots & fix flag

This commit is contained in:
relikd
2019-12-31 13:34:46 +01:00
parent 8930347e65
commit 7a8dd41492
4 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ help:
@echo 'make clean - Removes all temporary server-build files (not ./bin)'
@echo 'make server - Start lektor server with live change updates'
@echo 'make build - Build deployable website into ./bin'
@echo 'make deploy - Custom rsync command to sync ./bin to remote server'
@echo
@echo 'make find-links - Search for cross reference between recipes'
@echo