littlegreen aff4fae6d0 first commit 6 mesiacov pred
..
Description.html aff4fae6d0 first commit 6 mesiacov pred
Description.md aff4fae6d0 first commit 6 mesiacov pred
DesignAndUse.html aff4fae6d0 first commit 6 mesiacov pred
DesignAndUse.md aff4fae6d0 first commit 6 mesiacov pred
NamingRules.html aff4fae6d0 first commit 6 mesiacov pred
NamingRules.md aff4fae6d0 first commit 6 mesiacov pred
Other.html aff4fae6d0 first commit 6 mesiacov pred
Other.md aff4fae6d0 first commit 6 mesiacov pred
README.md aff4fae6d0 first commit 6 mesiacov pred
index.html aff4fae6d0 first commit 6 mesiacov pred

README.md

梦想家内容管理系统

模板目录

系统的模板目录是可配置的,通过程序中的application.yml文件中的web.resource-path来指定资源根目录,默认为D:/dreamer-cms/,在资源根目录下templates内,便是模板目录的文件目录结构。

/templates·········································································

├─default··································································· 默认模板目录
    ├─images······························································· 模板图片目录
    ├─js······································································ 模板JS脚本目录
    ├─fonts·································································· 模板字体目录
    ├─css···································································· 模板CSS样式目录
    ├─index.html··························································· 首页模板
    ├─header.html························································· 页头模板
    ├─footer.html··························································· 页尾模板
    └─···其它模版文件···