initial commit

This commit is contained in:
2020-12-04 22:23:42 +01:00
commit 4802589e38
166 changed files with 16508 additions and 0 deletions
@@ -0,0 +1,22 @@
############
### PAGE ###
############
page {
logo {
file = EXT:sitepackage/Resources/Public/Images/logo.svg
fileInverted = EXT:sitepackage/Resources/Public/Images/logo-inverted.svg
height = 52
width = 192
alt = Sitepackage
linktitle = Sitepackage
}
favicon {
file = EXT:sitepackage/Resources/Public/Icons/favicon.ico
}
fluidtemplate {
layoutRootPath = EXT:sitepackage/Resources/Private/Layouts/Page/
partialRootPath = EXT:sitepackage/Resources/Private/Partials/Page/
templateRootPath = EXT:sitepackage/Resources/Private/Templates/Page/
}
}