-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.build.yml
executable file
·29 lines (26 loc) · 1.08 KB
/
config.build.yml
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
# ==============================================================================
# config.build.yml
# ------------------------------------------------------------------------------
#
# Build-specific values. Hugo supports multiple config files with the
# following syntax:
#
# hugo --config=base.toml,child1.toml,child2.toml
#
# If you are using the Quire commands, this will happen automatically.
#
# Currently these values are set to support deploying to GitHub pages.
# If you are deploying to GH pages, set the baseURL in this file to
# whatever your GH Pages URL will be (username.github.io/project-name, for
# example) and make sure canonifyURLs is set to true. You will also need
# to check the `public/` folder (or whatever you are using for output)
# into version control. Then you can run the deploy script at bin/deploy.sh
# to push files to Github.
# Use these settings for GH Pages
#
# baseURL: "https://nancyum.github.io/my-project"
# canonifyURLs: true
# relativeURLs: false
# Use these settings for Final Deploy
baseURL: "http://www.journal18.org/issue5_williams"
canonifyURLs: false