12 lines
390 B
TOML
12 lines
390 B
TOML
# Configuration to release this site on GitHub Pages.
|
|
|
|
# To use run `hugo -e github` or `hugo server -e github` from the `exampleSite` directory
|
|
|
|
# For usual GH pages, your website resides in a subdirectory
|
|
# making it necessary to disable headless server mode
|
|
baseURL = 'https://mcshelby.github.io/hugo-theme-relearn/exampleSite/'
|
|
relativeURLs = false
|
|
|
|
[params]
|
|
urlExternalCheck = false
|