diff --git a/Makefile b/Makefile index 8657230..165aa66 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,9 @@ build: install cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD) cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img @hugo -vDEF --stepAnalysis + mkdir -p $(OUTPUT_DIR)/.well-known/ cp static/keybase.txt public/keybase.txt + cp static/security.txt public/.well-known/security.txt server: build hugo server --noHTTPCache --disableFastRender diff --git a/static/security.txt b/static/security.txt new file mode 100644 index 0000000..f249323 --- /dev/null +++ b/static/security.txt @@ -0,0 +1,2 @@ +Contact: security@theorangeone.net +Contact: https://keybase.io/realorangeone