Skip to content

Instantly share code, notes, and snippets.

@tadatuta
Forked from innabelaya/gist:8885713
Last active December 9, 2015 17:19
Show Gist options
  • Save tadatuta/7beb85c518237538bb7c to your computer and use it in GitHub Desktop.
Save tadatuta/7beb85c518237538bb7c to your computer and use it in GitHub Desktop.
module.exports = {
block: 'page',
title: 'Title of the page',
favicon: '/favicon.ico',
head: [
{ elem: 'meta', attrs: { name: 'description', content: '' }},
{ elem: 'css', url: 'index.min.css' }
],
scripts: [{ elem: 'js', url: 'index.min.js' }],
content: [
{ block : 'head'}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment