Skip to content

Instantly share code, notes, and snippets.

@klaytonfaria
Created November 28, 2018 17:04
Show Gist options
  • Save klaytonfaria/e551322285ca3ed96269f1f4a8866ff1 to your computer and use it in GitHub Desktop.
Save klaytonfaria/e551322285ca3ed96269f1f4a8866ff1 to your computer and use it in GitHub Desktop.
export default {
dest: './public',
base: '/',
hashRouter: true,
codeSandbox: false,
files: './docs/**/*.mdx',
themeConfig: {
logo: {
src: 'https://instagram.flis8-2.fna.fbcdn.net/vp/7d2e51b014efca981d3a8eb4bf5c3d07/5C916DBF/t51.2885-19/s320x320/14482113_1143788649039310_7192075474778980352_a.jpg',
width: 160,
height: 160
},
colors: {
primary: '#1B1D1C',
text: '#1B1D1C',
sidebarBg: '#FAFAFA',
background: '#FAFAFA',
link: '#1fb6ff'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment