Change drafts url
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
3db84bb1d7
commit
2e81435064
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ all:
|
||||||
hugo --debug --destination public
|
hugo --debug --destination public
|
||||||
|
|
||||||
drafts:
|
drafts:
|
||||||
hugo --debug --baseUrl "https://test.bouah.net" \
|
hugo --debug --baseUrl "https://blog.bouah.net/_drafts" \
|
||||||
--buildDrafts --buildFuture --destination drafts
|
--buildDrafts --buildFuture --destination drafts
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
|
|
Loading…
Reference in a new issue