-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy paththeme.yaml
executable file
·46 lines (46 loc) · 4.73 KB
/
theme.yaml
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
36
37
38
39
40
41
42
43
44
45
46
---
name: UrbanEssence
description: 'High fashion inspired minimal theme'
author: 'Daniel Park (@D_Hanul_Park)'
website: 'http://dparkd.com'
engine: twig
404: '404'
customFields:
storeTitle: { type: text, title: 'Title of your Store', default: 'Urban Essence' }
faviconImage: { type: image, title: 'Favicon Image (Image you see on the chrome)', default: '@img/ue.ico' }
navbarBackgroundColor: { type: color, title: 'Global: Navbar Background Color', default: 'rgba(60,68,76,1)' }
navbarLinkColor: { type: color, title: 'Global: Navbar Link Color', default: '#FFF' }
defaultButtonBorderColor: { type: color, title: 'Global: Default Button Border Color', default: '#000' }
defaultButtonHoverColor: { type: color, title: 'Global: Default Button Hover Color', default: '#000' }
importantButtonColor: { type: color, title: 'Global: Important Button Color', default: '#6C7A89' }
importantButtonHoverColor: { type: color, title: 'Global: Important Button Hover Color', default: '#6C7A89' }
iconColor: { type: color, title: 'Global: Icon Color', default: '#6C7A89' }
logoImage: { type: image, title: 'Global: Logo Image', default: '@/img/logo.png' }
bodyTextColor: { type: color, title: 'Global: Main text color', default: '#6C7A89' }
socialFacebookUrl: { type: text, title: 'Global: Facebook URL', default: 'http://facebook.com/lemonstand' }
socialTwitterUrl: { type: text, title: 'Global: Twitter URL', default: 'http://twitter.com/D_Hanul_Park' }
socialInstagramUrl: { type: text, title: 'Global: Instagram URL', default: 'http://instagram.com' }
socialTumblrUrl: { type: text, title: 'Global: Tumblr URL', default: 'http://tumblr.com' }
subFooterColor: { type: color, title: 'Global: Subfooter Color', default: '#ECF0F1' }
mainFooterColor: { type: color, title: 'Global: Mainfooter Color', default: '#3C444C' }
introMainImage: { type: image, title: 'Home: Intro header dimage', default: '@/img/bg.jpg' }
introMainTitle: { type: text, title: 'Home: Intro header Title', default: 'URBAN ESSENCE' }
introMainTagline: { type: text, title: 'Home: Intro header Tagline', default: 'SHOP THE NEW COLLECTION: S/S 2014' }
introTextTitle: { type: text, title: 'Home: Intro Text Title', default: 'Your Style Your Way' }
introText: { type: text, title: 'Home: Intro Text Body', default: 'Urban Essence is a free Lemonstand theme that is fully customizable. edit styles to enhance your store and to cater the experience to your customers.' }
introImg: { type: image, title: 'Home: Intro Image', default: '@/img/product4.jpg' }
aboutTitleFirst: { type: text, title: 'About: Title for first about box', default: 'ABOUT URBAN ESSENCE' }
aboutTextFirst: { type: text, title: 'About: Text for first about box', default: 'Urban Essence is a minimalistic LemonStand theme that focuses on the product. This about page is used to tell your customer more about your company.' }
aboutImageFirst: { type: image, title: 'About: About page first image', default: '@/img/about1.jpg', comment: 'Suggestion: Height of image one is the same as height of image two' }
aboutQuoteText: { type: text, title: 'About: About page quote text', default: 'The only real elegance is in the mind; if you’ve got that, the rest really comes from it.' }
aboutQuoteAuthor: { type: text, title: 'About: Author of the Quote', default: 'Diana Vreeland' }
aboutTitleSecond: { type: text, title: 'About: Title for the second about box', default: 'ABOUT THE COMPANY' }
aboutTextSecond: { type: text, title: 'About: Text for the second about box', default: 'Put some information about your company. Explain to your customers why you are the best at making/selling your product.' }
aboutImageSecond: { type: image, title: 'About: About page second image', default: '@/img/about2.jpg', comment: 'Suggestion: Height of image two is the same as height of image one' }
shopItemsPerPage: { type: text, title: 'Shop: Number of products displayed per page.', default: '15' }
facebookImage: { type: image, title: 'Facebook Logo', default: '@images/facebook.png', comment: 'Upload your own social link icons! Recommended dimmensions of 16px by 16px.' }
twitterImage: { type: image, title: 'Twitter Logo', default: '@images/twitter.png', comment: 'Upload your own social link icons! Recommended dimmensions of 16px by 16px.' }
instagramImage: { type: image, title: 'Instagram Logo', default: '@images/instagram.png', comment: 'Upload your own social link icons! Recommended dimmensions of 16px by 16px.' }
ratingToggle: { type: checkbox, title: 'Product Ratings', default: 'checked', comment: 'Activate product ratings for this theme.'}
socialToggle: { type: checkbox, title: 'Social Links', default: 'checked', comment: 'Activate social media links.'}
---