16 lines
844 B
Plaintext
16 lines
844 B
Plaintext
# defaults shown. uncomment and edit for your site
|
|
# port for draft server
|
|
PORT="xxxxx"
|
|
# parent directory of where site files should be stored.
|
|
DATA_DIR="/data" # /<name> site name is added to this path
|
|
DATA_SUB_DIR="files" # within this directory where the hugo site files are
|
|
# if using reverse proxy (like caddy) port will not be appended to base url
|
|
REVERSE_PROXY=true # default is false
|
|
# be sure to use https if site is being served such, e.g. using Caddy.
|
|
# Must set base url for assests to be served correctly
|
|
BASE_URL="https://draft.example.org" # using reverse proxy
|
|
# BASE_URL="http://draft.example.org:xxxxxx" # no reverse proxy
|
|
# default build direct is deploy/ in <DATA_DIR>/<name>
|
|
# DEPLOY_DIR = "/some/absolute/path" # if you prefer some place else
|
|
DEPLOY_URL="https://www.gpccaor.org/" # the url used by the webserver
|