mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
New OPA website (Hugo + Netlify)
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
committed by
Torin Sandall
parent
fdfe8b7f34
commit
bb0d4e271b
@@ -0,0 +1,17 @@
|
||||
setup:
|
||||
npm install
|
||||
|
||||
serve:
|
||||
hugo server \
|
||||
--buildDrafts \
|
||||
--buildFuture
|
||||
|
||||
production-build:
|
||||
hugo --minify
|
||||
|
||||
preview-build:
|
||||
hugo \
|
||||
--baseURL $(DEPLOY_PRIME_URL) \
|
||||
--buildDrafts \
|
||||
--buildFuture \
|
||||
--minify
|
||||
Reference in New Issue
Block a user