forked from newscoop/theme-Liquid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
36 lines (30 loc) · 1.24 KB
/
theme.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<theme name="Liquid" designer="Sourcefabric" version="1.0" require="4.3">
<description>Theme for Newscoop Version 4.3</description>
<presentation-img src="themethumbs/front.png" name="Front page"/>
<presentation-img src="themethumbs/section.png" name="Section page"/>
<presentation-img src="themethumbs/article.png" name="Article"/>
<!-- =============================== -->
<output name="Web">
<frontPage src="front.tpl"/>
<sectionPage src="section.tpl"/>
<articlePage src="article.tpl"/>
<errorPage src="404.tpl"/>
</output>
<renditions>
<rendition name="section" width="496" height="334" specs="crop"/>
<rendition name="article" width="770" height="515" specs="crop"/>
<rendition name="front_small" width="478" height="326" specs="crop"/>
<rendition name="front_medium" width="478" height="320" specs="crop"/>
<rendition name="front_big" width="570" height="384" specs="crop"/>
<rendition name="slideshow" width="770" height="515" specs="crop"/>
</renditions>
<articlesLists>
<list name="Frontpage">
<template file="front.tpl" />
</list>
<list name="Editorial Content">
<template file="_tpl/front-columnists.tpl" />
</list>
</articlesLists>
</theme>