vuepress / vuepress-theme-blog

Default blog theme for VuePress.
https://vuepress-theme-blog.billyyyyy3320.com/
MIT License
209 stars 127 forks source link

Can't hide summary by setting option summary to false #13

Closed billyyyyy3320 closed 5 years ago

billyyyyy3320 commented 5 years ago

I confirm that this is an issue rather than a question.

Bug report

Steps to reproduce

I prepared a reproduction repo, here is the reproduction repo: codesandbox

What is expected?

Hide summary.

What is actually happening?

Hide nothing.

Other relevant information

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.86. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

billyyyyy3320 commented 5 years ago

It seems not only summary but also pwa can't work cause they'll always be the certain values:

// index.js
  themeConfig = Object.assign(
    {},
    themeConfig,
    {
      summary: true,
      summaryLength: 200,
      pwa: false,
    }
  )