Merge pull request #26 from curbengh/avoid-undefined
fix(config): assign empty string to string-typed variables
This commit is contained in:
commit
087e365cd5
12
_config.yml
12
_config.yml
@ -4,12 +4,12 @@
|
||||
|
||||
# Site
|
||||
title: Hexo
|
||||
subtitle:
|
||||
description:
|
||||
subtitle: ''
|
||||
description: ''
|
||||
keywords:
|
||||
author: John Doe
|
||||
language: en
|
||||
timezone:
|
||||
timezone: ''
|
||||
|
||||
# URL
|
||||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
||||
@ -37,7 +37,7 @@ titlecase: false # Transform title into titlecase
|
||||
external_link:
|
||||
enable: true # Open external links in new tab
|
||||
field: site # Apply to the whole site
|
||||
exclude:
|
||||
exclude: ''
|
||||
filename_case: 0
|
||||
render_drafts: false
|
||||
post_asset_folder: false
|
||||
@ -47,7 +47,7 @@ highlight:
|
||||
enable: true
|
||||
line_number: true
|
||||
auto_detect: false
|
||||
tab_replace:
|
||||
tab_replace: ''
|
||||
|
||||
# Home page setting
|
||||
# path: Root path for your blogs index page. (default = '')
|
||||
@ -95,4 +95,4 @@ theme: landscape
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/deployment.html
|
||||
deploy:
|
||||
type:
|
||||
type: ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user