Skip to content

Commit

Permalink
removed duplicate homepage, tweaked yaml file slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalarewich committed Apr 10, 2015
1 parent 0c2e5da commit ca1d854
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 44 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified pages/.DS_Store
Binary file not shown.
40 changes: 0 additions & 40 deletions pages/index/page-index.htm

This file was deleted.

8 changes: 4 additions & 4 deletions theme.yaml
Expand Up @@ -7,12 +7,10 @@ engine: twig
404: '404'
customFields:
storeTitle: {type: text, title:'Title of your Store', default:'Slate'}
faviconImage: {type: image, title:'Favicon Image Image you see on the chrome', default:'@img/icon.png'}
faviconImage: {type: image, title:'Favicon Image you see in the browser. PNG image is required.', default:'@img/icon.png'}
logoImage: { type: image, title: 'Global: Logo Image', default: '@/img/logo.png'}
navbarBackgroundColor: { type:color, title:'Global: Navbar Background Color', default:'white'}
navbarLinkColor: { type: color, title:'Global: Navbar Link Color', default:'black'}
importantButton: { type:color, title:'Global: Important Button Color', default: 'black' }
payButton: { type:color, title:'Global: Payment button color', default: '#5cb85c'}
logoImage: { type: image, title: 'Global: Logo Image', default: '@/img/logo.png'}
homeImageOne: { type: image, title: 'Home: Introduction Image Left', default: '@img/bg1.jpg'}
homeImageTwo: { type: image, title: 'Home: Introduction Image Right', default: '@img/bg2.jpg'}
homeFeature: { type: text, title: 'Home: Feature Items Title', default: 'TOP PICKS'}
Expand All @@ -23,6 +21,8 @@ customFields:
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' }
socialPinterestUrl: {type: text, title: 'Global: Pinterest URL', default: 'https://www.pinterest.com'}
importantButton: { type:color, title:'Global: Important Button Color', default: 'black' }
payButton: { type:color, title:'Global: Payment button color', default: '#5cb85c'}
shopItemsPerPage: { type:text, title:'Shop: Number of products displayed per page.', default:'15'}
---

Expand Down

0 comments on commit ca1d854

Please sign in to comment.