diff --git a/.gitignore b/.gitignore index 2a8645f..9cb9976 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .hugo_build.lock +tags diff --git a/Makefile b/Makefile index 83111b9..c212c68 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,6 @@ build: .PHONY: serve serve: hugo server -D --bind "0.0.0.0" --navigateToChanged -p 2323 + +tags: + ~/projects/mine/hugotags/hugotags.sh ~/projects/notmine/hugoDocs/content/en > tags