chore: add firebase exampleSite deploy

This commit is contained in:
Mirus
2024-07-30 11:34:53 +03:00
parent 004534d03c
commit 18ee33c656
7 changed files with 101 additions and 2 deletions

View File

@@ -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"