initial commit
This commit is contained in:
@@ -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/
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
##############
|
||||
#### PAGE ####
|
||||
##############
|
||||
page {
|
||||
includeCSS {
|
||||
theme = EXT:sitepackage/Resources/Public/Stylesheets/styles.css
|
||||
}
|
||||
|
||||
includeJSLibs {
|
||||
|
||||
}
|
||||
|
||||
includeJS {
|
||||
|
||||
}
|
||||
|
||||
includeJSFooterlibs {
|
||||
|
||||
}
|
||||
|
||||
includeJSFooter {
|
||||
sitepackage_scripts = EXT:sitepackage/Resources/Public/JavaScript/default.js
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user