-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 857 Bytes
/
.env.example
File metadata and controls
29 lines (24 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# StaticWGen Environment Configuration
# Copy this file to .env and fill in your values.
# .env is gitignored and will not be committed.
#
# These environment variables override .nuke/parameters.json values.
# Nuke uses the convention: command-line > env vars > parameters.json
# Required
NUKE_SITE_TITLE=My Static Website
NUKE_SITE_BASE_URL=http://localhost:8080
# Optional - Social/SEO
# NUKE_DEFAULT_IMAGE_URL=./assets/logo.webp
# Optional - Analytics (plausible, google, custom)
# NUKE_ANALYTICS_PROVIDER=plausible
# NUKE_ANALYTICS_SITE_ID=example.com
# NUKE_ANALYTICS_SCRIPT_URL=
# Optional - Docker deployment
# NUKE_IMAGE_NAME=my-static-website
# NUKE_VERSION_TAG=latest
# NUKE_CONTAINER_NAME=my-static-website
# NUKE_HOST_PORT=8080
# NUKE_CONTAINER_PORT=80
# Optional - Build behavior
# NUKE_INCLUDE_DRAFTS=false
# NUKE_CONTINUE_ON_ERROR=false