chore: add firebase exampleSite deploy
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
baseurl = "https://example.com/"
|
||||
baseurl = "https://re-terminal.nebrowser.com"
|
||||
languageCode = "en-us"
|
||||
# theme = "hugo-theme-re-terminal"
|
||||
paginate = 5
|
||||
|
||||
# Only for demo deploy perpous
|
||||
[module]
|
||||
[[module.mounts]]
|
||||
source = 'exampleSite/content'
|
||||
target = 'content'
|
||||
[[module.mounts]]
|
||||
source = 'exampleSite/static'
|
||||
target = 'static'
|
||||
|
||||
[params]
|
||||
contentTypeName = "posts"
|
||||
themeColor = "blue"
|
||||
|
||||
Reference in New Issue
Block a user