Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
remove references to Hugo versions (#96)
Browse files Browse the repository at this point in the history
Fixes #68

Signed-off-by: Kapunahele Wong <[email protected]>
  • Loading branch information
kapunahelewong authored Jul 26, 2021
1 parent 77b6f98 commit 6b156bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
serve:
hugo server \
npx hugo server \
--buildDrafts \
--buildFuture \
--disableFastRender

production-build:
hugo \
npx hugo \
--minify

preview-build:
hugo \
npx hugo \
--baseURL $(DEPLOY_PRIME_URL) \
--buildDrafts \
--buildFuture \
Expand Down
3 changes: 0 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
publish = "public"
command = "make production-build"

[build.environment]
HUGO_VERSION = "0.75.1"

[context.deploy-preview]
command = "make preview-build"

Expand Down

0 comments on commit 6b156bb

Please sign in to comment.