mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +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>
|
||||
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
|
||||
<a href=""Admin/Contents/Create/Page"">adding a page</a>, <a href=""Admin/Blogs/Create"">creating a blog</a>
|
||||
or <a href=""Admin/Navigation"">managing your menus.</a></p>
|
||||
<a href=""Admin/Contents/Create/Page"">adding a page</a>, 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
|
||||
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.
|
||||
|
@@ -31,12 +31,12 @@
|
||||
</Types>
|
||||
<Parts>
|
||||
<BodyPart BodyPartSettings.FlavorDefault="html" />
|
||||
<CommentSettingsPart ModerateComments="true" />
|
||||
</Parts>
|
||||
</Metadata>
|
||||
|
||||
<Settings>
|
||||
<SiteSettingsPart PageSize="20" PageTitleSeparator = " - " />
|
||||
<CommentSettingsPart ModerateComments="true" />
|
||||
</Settings>
|
||||
|
||||
<Command>
|
||||
|
@@ -2,24 +2,20 @@
|
||||
<Orchard>
|
||||
<Recipe>
|
||||
<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>
|
||||
<WebSite>http://orchardproject.net</WebSite>
|
||||
<Tags></Tags>
|
||||
<Version>1.0</Version>
|
||||
</Recipe>
|
||||
|
||||
<Feature enable="Orchard.PublishLater,Orchard.Blogs,Orchard.Comments,Orchard.ContentTypes,
|
||||
Orchard.jQuery,Orchard.Lists,Orchard.Media,
|
||||
Orchard.Tags,Orchard.Scripting,Orchard.Scripting.Lightweight,
|
||||
TinyMce,PackagingServices,Orchard.Packaging,Gallery,TheThemeMachine,Orchard.Experimental" />
|
||||
<Feature enable="Orchard.ContentTypes,Orchard.Lists,Orchard.PublishLater,
|
||||
Orchard.jQuery,TinyMce,Orchard.Media,
|
||||
PackagingServices,Orchard.Packaging,Gallery,TheThemeMachine" />
|
||||
|
||||
<Metadata>
|
||||
<Types>
|
||||
<Page ContentTypeSettings.Draftable="True" TypeIndexing.Included="true">
|
||||
<TagsPart />
|
||||
<LocalizationPart />
|
||||
</Page>
|
||||
<Page ContentTypeSettings.Draftable="True" TypeIndexing.Included="true" />
|
||||
</Types>
|
||||
<Parts>
|
||||
<BodyPart BodyPartSettings.FlavorDefault="html" />
|
||||
|
Reference in New Issue
Block a user