We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588aee0 commit 2611ca8Copy full SHA for 2611ca8
Makefile
@@ -1,4 +1,4 @@
1
serve:
2
hugo --quiet version
3
- (sleep 1 ; xdg-open localhost:1313) >/dev/null 2>&1 &
+ (sleep 1 ; xdg-open http://localhost:1313/blog) >/dev/null 2>&1 &
4
hugo server --noHTTPCache --buildDrafts
0 commit comments