Add matrix well-known file
This commit is contained in:
parent
88290fc8bc
commit
c5a297f795
2 changed files with 4 additions and 1 deletions
|
@ -26,5 +26,7 @@ hugo gen chromastyles --style=tango > $STATIC_BUILD/css/highlight.css
|
||||||
|
|
||||||
hugo -vDEF --stepAnalysis --gc $HUGO_ARGS
|
hugo -vDEF --stepAnalysis --gc $HUGO_ARGS
|
||||||
|
|
||||||
mkdir -p $OUTPUT_DIR/.well-known/
|
|
||||||
cp $BASEDIR/static/keybase.txt $OUTPUT_DIR/keybase.txt
|
cp $BASEDIR/static/keybase.txt $OUTPUT_DIR/keybase.txt
|
||||||
|
|
||||||
|
mkdir -p $OUTPUT_DIR/.well-known/matrix
|
||||||
|
cp $BASEDIR/static/matrix.json $OUTPUT_DIR/.well-known/matrix/server
|
||||||
|
|
1
static/matrix.json
Normal file
1
static/matrix.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"m.server": "matrix.jakehoward.tech:443"}
|
Loading…
Reference in a new issue