View nuxt.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
head: { | |
title: 'foo', | |
meta: [ | |
{charset: 'utf-8'}, | |
{name: 'viewport', content: 'width=device-width, initial-scale=1'}, | |
{hid: 'description', name: 'description', content: 'foo website'} | |
], | |
link: [ | |
{rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'} |
View packer_chef-solo.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[defuser@server test-packer]$ PACKER_LOG=1 packer.io build mini.json | |
2017/01/04 20:39:41 [INFO] Packer version: 0.12.1 | |
2017/01/04 20:39:41 Packer Target OS/Arch: linux amd64 | |
2017/01/04 20:39:41 Built with Go Version: go1.7.3 | |
2017/01/04 20:39:41 Detected home directory from env var: /home/defuser | |
2017/01/04 20:39:41 Using internal plugin for virtualbox-ovf | |
2017/01/04 20:39:41 Using internal plugin for amazon-ebs | |
2017/01/04 20:39:41 Using internal plugin for azure-arm | |
2017/01/04 20:39:41 Using internal plugin for file | |
2017/01/04 20:39:41 Using internal plugin for oneandone |