@travlrcom/uikit
Version:
TRAVLR UiKit
34 lines (33 loc) • 878 B
JavaScript
module.exports = {
head: {
favicon: '',
meta: {
charset: 'utf-8',
themeColor: '#006272',
viewport: 'width=device-width, initial-scale=1.0',
httpEquiv: 'IE=edge,chrome=1',
canonical: '/',
manifest: 'manifest.json',
robots: 'index, follow',
title: 'TRAVLR UI Kit',
description: 'TRAVLR UI Kit A simple and clean framework making front-end web development fast & easy. Fully responsive and filled with cool stuff.',
markup: {
facebook: {
type: 'website',
url: 'Travlr Facebook Url',
image: 'Travlr Facebook Image',
appId: 'FACEBOOK_APP_ID',
siteName: 'Travlr'
},
twitter: {
card: 'summary',
site: 'Travlr Twitter Account',
image: 'Travlr Twitter Image'
}
}
}
},
header: {
//
}
}