Add security.txt file
This commit is contained in:
parent
d3c8dd3ecf
commit
52f7375942
2 changed files with 4 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,9 @@ build: install
|
||||||
cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD)
|
cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD)
|
||||||
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
||||||
@hugo -vDEF --stepAnalysis
|
@hugo -vDEF --stepAnalysis
|
||||||
|
mkdir -p $(OUTPUT_DIR)/.well-known/
|
||||||
cp static/keybase.txt public/keybase.txt
|
cp static/keybase.txt public/keybase.txt
|
||||||
|
cp static/security.txt public/.well-known/security.txt
|
||||||
|
|
||||||
server: build
|
server: build
|
||||||
hugo server --noHTTPCache --disableFastRender
|
hugo server --noHTTPCache --disableFastRender
|
||||||
|
|
2
static/security.txt
Normal file
2
static/security.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Contact: security@theorangeone.net
|
||||||
|
Contact: https://keybase.io/realorangeone
|
Loading…
Reference in a new issue