Update hugo.toml baseURL and modify projectSetup.js and themeSetup.js scripts to toggle baseURL value
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
######################## default configuration ####################
|
||||
# The base URL of your site (required). This will be prepended to all relative URLs.
|
||||
baseURL = "/"
|
||||
baseURL = "https://example.org"
|
||||
# Title of your website (required).
|
||||
title = "Hugoplate"
|
||||
# Your theme name
|
||||
|
||||
Reference in New Issue
Block a user