Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153713566
D53930.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
829 B
Referenced Files
None
Subscribers
None
D53930.diff
View Options
diff --git a/documentation/Makefile b/documentation/Makefile
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -110,6 +110,7 @@
all: requirements starting-message generate-pgpkeys-txt build
run: requirements starting-message generate-pgpkeys-txt run-local
+run-https: requirements starting-message generate-pgpkeys-txt
# clean does not call pdf-clean as that is a subset of hugo-clean
clean: hugo-clean pgp-clean
@@ -147,6 +148,10 @@
HUGO_DISABLELANGUAGES="${SKIP_LANGS}" ${HUGO_CMD} server \
${HUGO_ARGS} -D $(BIND:D--bind=$(BIND)) --baseURL="http://$(.HOST):1313"
+run-https: .PHONY
+ HUGO_DISABLELANGUAGES="${SKIP_LANGS}" ${HUGO_CMD} server \
+ ${HUGO_ARGS} -D $(BIND:D--bind=$(BIND)) --baseURL="https://$(.HOST)"
+
build: .PHONY
HUGO_DISABLELANGUAGES="${SKIP_LANGS}" ${HUGO_CMD} ${HUGO_ARGS}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 3:46 AM (41 m, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32058623
Default Alt Text
D53930.diff (829 B)
Attached To
Mode
D53930: documentation: teach hugo to listen over TLS without a port appended
Attached
Detach File
Event Timeline
Log In to Comment