Hi Eric You can define a "templates", "paragraphs" and "dialogs" folder inside your custom module folder and have your definitions there. For templates and paragraphs you can "extend" existing template and paragraph definitions, but I could not find the documentation for this. IMHO it should be described here:
http://documentation.magnolia-cms.com/reference/templating.html#Templateandparagraphdefinition To extend an existing template or paragraph definition you can simply add an attribute "extends" to the definition and the path to the definition it should extend, i.e. extends = /modules/standard-templating-kit/templates/stkHome You can also use relative paths. For template definitions don't forget to add them to the list of available templates in your site definition. As for the theme, start a new theme and store the assets in folder for the theme. -will On 24.06.2011, at 18:49, Magnolia Forums (on behalf of Eric Cho) wrote: > > Hey all, > So I've installed and configured my magnolia instance(s). > Gone through the template docs and tutorials. > Created and installed a custom module (albeit... it's pretty bare right now). > > But I'm still wondering on the best way to proceed... > The templates utilized by the demo-project are great and pretty close to what > I need for my site. But there are some modifications I would like to make to > some templates including the main.. > I obviously would like to create a new theme based on my look-n-feel needs. > > So do I just go about modifying the templates and themes under the > "Templating Kit"? > > Or do I copy the "standard-templating-kit" into my custom module and make the > modifications there? If so, would there be conflicts since the modules would > be so similar? > > Or is there a good way to create my assets that I need changed in my custom > module and extend the assets from the STK? > > Thanks in advance, > Eric > > -- > Context is everything: > http://forum.magnolia-cms.com/forum/thread.html?threadId=2068bffb-fae8-4c3d-aae8-9c80dced18d1 > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- > ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
