mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Custom Content Site recipe: A recipe providing an installation profile with the functionality needed to create content-based custom sites.
--HG-- branch : recipe
This commit is contained in:
@@ -70,8 +70,7 @@ and configure Orchard to your liking. After that, you can head over to
|
|||||||
<a href=""Admin/Themes"">manage themes to change or install new themes</a>
|
<a href=""Admin/Themes"">manage themes to change or install new themes</a>
|
||||||
and really make it your own. Once you're happy with a look and feel, it's time for some content.
|
and really make it your own. Once you're happy with a look and feel, it's time for some content.
|
||||||
You can start creating new custom content types or start from the built-in ones by
|
You can start creating new custom content types or start from the built-in ones by
|
||||||
<a href=""Admin/Contents/Create/Page"">adding a page</a>, <a href=""Admin/Blogs/Create"">creating a blog</a>
|
<a href=""Admin/Contents/Create/Page"">adding a page</a>, or <a href=""Admin/Navigation"">managing your menus.</a></p>
|
||||||
or <a href=""Admin/Navigation"">managing your menus.</a></p>
|
|
||||||
<p>Finally, Orchard has been designed to be extended. It comes with a few built-in
|
<p>Finally, Orchard has been designed to be extended. It comes with a few built-in
|
||||||
modules such as pages and blogs or themes. If you're looking to add additional functionality,
|
modules such as pages and blogs or themes. If you're looking to add additional functionality,
|
||||||
you can do so by creating your own module or by installing one that somebody else built.
|
you can do so by creating your own module or by installing one that somebody else built.
|
||||||
|
|||||||
@@ -31,12 +31,12 @@
|
|||||||
</Types>
|
</Types>
|
||||||
<Parts>
|
<Parts>
|
||||||
<BodyPart BodyPartSettings.FlavorDefault="html" />
|
<BodyPart BodyPartSettings.FlavorDefault="html" />
|
||||||
<CommentSettingsPart ModerateComments="true" />
|
|
||||||
</Parts>
|
</Parts>
|
||||||
</Metadata>
|
</Metadata>
|
||||||
|
|
||||||
<Settings>
|
<Settings>
|
||||||
<SiteSettingsPart PageSize="20" PageTitleSeparator = " - " />
|
<SiteSettingsPart PageSize="20" PageTitleSeparator = " - " />
|
||||||
|
<CommentSettingsPart ModerateComments="true" />
|
||||||
</Settings>
|
</Settings>
|
||||||
|
|
||||||
<Command>
|
<Command>
|
||||||
|
|||||||
@@ -2,24 +2,20 @@
|
|||||||
<Orchard>
|
<Orchard>
|
||||||
<Recipe>
|
<Recipe>
|
||||||
<Name>Custom Content Site</Name>
|
<Name>Custom Content Site</Name>
|
||||||
<Description>A recipe providing an installation profile with the functionality needed to create content-based custom sites.</Description>
|
<Description>A recipe providing an installation profile with the functionality needed to create content-based custom sites.</Description>
|
||||||
<Author>The Orchard Team</Author>
|
<Author>The Orchard Team</Author>
|
||||||
<WebSite>http://orchardproject.net</WebSite>
|
<WebSite>http://orchardproject.net</WebSite>
|
||||||
<Tags></Tags>
|
<Tags></Tags>
|
||||||
<Version>1.0</Version>
|
<Version>1.0</Version>
|
||||||
</Recipe>
|
</Recipe>
|
||||||
|
|
||||||
<Feature enable="Orchard.PublishLater,Orchard.Blogs,Orchard.Comments,Orchard.ContentTypes,
|
<Feature enable="Orchard.ContentTypes,Orchard.Lists,Orchard.PublishLater,
|
||||||
Orchard.jQuery,Orchard.Lists,Orchard.Media,
|
Orchard.jQuery,TinyMce,Orchard.Media,
|
||||||
Orchard.Tags,Orchard.Scripting,Orchard.Scripting.Lightweight,
|
PackagingServices,Orchard.Packaging,Gallery,TheThemeMachine" />
|
||||||
TinyMce,PackagingServices,Orchard.Packaging,Gallery,TheThemeMachine,Orchard.Experimental" />
|
|
||||||
|
|
||||||
<Metadata>
|
<Metadata>
|
||||||
<Types>
|
<Types>
|
||||||
<Page ContentTypeSettings.Draftable="True" TypeIndexing.Included="true">
|
<Page ContentTypeSettings.Draftable="True" TypeIndexing.Included="true" />
|
||||||
<TagsPart />
|
|
||||||
<LocalizationPart />
|
|
||||||
</Page>
|
|
||||||
</Types>
|
</Types>
|
||||||
<Parts>
|
<Parts>
|
||||||
<BodyPart BodyPartSettings.FlavorDefault="html" />
|
<BodyPart BodyPartSettings.FlavorDefault="html" />
|
||||||
|
|||||||
Reference in New Issue
Block a user