chaooo / hexo-theme-BlueLake

A simple theme for Hexo with great performance on different devices .
MIT License
329 stars 121 forks source link

在远程pull到本地的时候(对主题进行更新), 在本地部署出错, 请问大佬咋办? #86

Closed MingfuYAN closed 3 years ago

MingfuYAN commented 5 years ago

具体错误是这样

ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:375:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:2582:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:369:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1783:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:369:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1783:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:369:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1783:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1215:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|
Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
ERROR F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
TypeError: F:\Blog\themes\BlueLake\layout\base.jade:40
    38|     if config.feed
    39|       link(rel='alternate', type=feed_type, href=url_for(config.feed.path))
  > 40|     if theme.comment.gitalk.enable
    41|       link(rel='stylesheet', type='text/css', href="https://unpkg.com/gitalk/dist/gitalk.css?v=" + theme.version)
    42|     block title
    43|

Cannot read property 'enable' of undefined
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:257:27)
    at eval (eval at exports.compile (F:\Blog\node_modules\jade\lib\index.js:218:8), <anonymous>:1250:22)
    at res (F:\Blog\node_modules\jade\lib\index.js:219:38)
    at Theme._View.View._compiled.locals [as _compiled] (F:\Blog\node_modules\hexo\lib\theme\view.js:123:48)
    at Theme._View.View.View.render (F:\Blog\node_modules\hexo\lib\theme\view.js:29:15)
    at F:\Blog\node_modules\hexo\lib\hexo\index.js:349:21
    at tryCatcher (F:\Blog\node_modules\bluebird\js\release\util.js:16:23)
    at F:\Blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (F:\Blog\node_modules\hexo\lib\hexo\router.js:123:3)
    at RouteStream.Readable.read (_stream_readable.js:457:10)
    at resume_ (_stream_readable.js:933:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
chaooo commented 5 years ago

冲突有点多,建议拷贝之前的主题配置文件,删除旧的再重新git pull,对照旧的_config.yml进行配置