I've inherited an Umbraco site and have never used it before. The site needs to be redesigned to be responsive. I have no documentation on how the site was built and I have no design files.
Can someone let me know whether you need to use templates with Umbraco? Or can you use your own custom designs?
Hi,
Umbraco gives you the flexibility to do whatever you want - firstly though, what version of Umbraco is the site built on? You can find this in the web.config file in the AppSettings section.
If it's a relatively recent version - 6.x or above - then you are most likely looking at using Razor as your templating language.
Read through the documentation here for a good overview of what you can do:
Using templates or custom design
I've inherited an Umbraco site and have never used it before. The site needs to be redesigned to be responsive. I have no documentation on how the site was built and I have no design files.
Can someone let me know whether you need to use templates with Umbraco? Or can you use your own custom designs?
Thanks very much
Hi, Umbraco gives you the flexibility to do whatever you want - firstly though, what version of Umbraco is the site built on? You can find this in the web.config file in the AppSettings section.
If it's a relatively recent version - 6.x or above - then you are most likely looking at using Razor as your templating language.
Read through the documentation here for a good overview of what you can do:
Getting Started - Design
is working on a reply...