Add dummy siteConfig.js for deploying, fixed indendation on publishing file (#285)

This commit is contained in:
Eric Nakagawa 2017-12-13 15:59:43 -08:00 committed by Joel Marcey
parent b47dae6ae1
commit fd835116ee
2 changed files with 28 additions and 26 deletions

View file

@ -42,6 +42,8 @@ const siteConfig = {
'Copyright © ' +
new Date().getFullYear() +
' Your Name or Your Company Name',
// organizationName: 'deltice', // or set an env variable ORGANIZATION_NAME
// projectName: 'test-site', // or set an env variable PROJECT_NAME
highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks
theme: 'default',