feat: Include XMPP alt-connect data
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,6 +12,7 @@ serve:
|
||||
--include robots.txt
|
||||
# A workaround to making the fonts load without the CDN
|
||||
mv _site/assets/fonts _site/fonts
|
||||
cp -r well-known _site/.well-known
|
||||
cd _site/ && python -m http.server 8080
|
||||
|
||||
build:
|
||||
@@ -22,4 +23,5 @@ build:
|
||||
--assets ./assets \
|
||||
--copy-assets \
|
||||
--include robots.txt
|
||||
cp -r well-known _site/.well-known
|
||||
tar -czf blog.tar.gz _site
|
||||
|
||||
Reference in New Issue
Block a user