Skip to content

Instantly share code, notes, and snippets.

@c0depanda
Created April 22, 2018 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0depanda/a550a5b9720cc2638625612314ba5401 to your computer and use it in GitHub Desktop.
Save c0depanda/a550a5b9720cc2638625612314ba5401 to your computer and use it in GitHub Desktop.
module.exports = {
dest: 'docs',
title: 'VuePress',
description: 'Just playing around.. Skr! Skr!',
head: [
['link', { rel: 'icon', href: `/logo.png` }],
['link', { rel: 'manifest', href: '/manifest.json' }],
['meta', { name: 'theme-color', content: '#3eaf7c' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
['link', { rel: 'apple-touch-icon', href: `/icons/apple-touch-icon-152x152.png` }],
['link', { rel: 'mask-icon', href: '/icons/safari-pinned-tab.svg', color: '#3eaf7c' }],
['meta', { name: 'msapplication-TileImage', content: '/icons/msapplication-icon-144x144.png' }],
['meta', { name: 'msapplication-TileColor', content: '#000000' }]
],
serviceWorker: true,
ga: 'UA-109510157-1',
port: 8000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment