Giter Club home page Giter Club logo

Comments (9)

0x2E avatar 0x2E commented on May 14, 2024 2

@Alfxjx @grcen
修改 根目录 下的 _config.yml ,不是主题的配置文件:

highlight:
  enable: false
  line_number: false
  auto_detect: false

这几项全部改 false,然后 hexo clean, hexo g

from hexo-theme-fluid.

0x2E avatar 0x2E commented on May 14, 2024

可以修改Material-T\layout\_partial\footer.ejs中以下位置

<script>
$(window).on('load',function(){
   $('pre').addClass('prettyprint linenums');
   prettyPrint();
})
</script>

将其中的linenums删除。
但是没有行号的效果可能有点丑 🤣 下个版本会优化代码高亮。

from hexo-theme-fluid.

PFISH1998 avatar PFISH1998 commented on May 14, 2024

好的,主要是一列行号还行,出来三列

from hexo-theme-fluid.

0x2E avatar 0x2E commented on May 14, 2024

不对呀,正常就是一列的

from hexo-theme-fluid.

PFISH1998 avatar PFISH1998 commented on May 14, 2024

你看我图片🤪

from hexo-theme-fluid.

0x2E avatar 0x2E commented on May 14, 2024
highlight:
  enable: false
  line_number: false
  auto_detect: false
  tab_replace:

这几项全部改为false,然后hexo clean,hexo g试试

from hexo-theme-fluid.

PFISH1998 avatar PFISH1998 commented on May 14, 2024

好像都试过了

from hexo-theme-fluid.

ryancen404 avatar ryancen404 commented on May 14, 2024

到底改哪里?

from hexo-theme-fluid.

Alfxjx avatar Alfxjx commented on May 14, 2024

这个问题我也出现了,有解决办法吗

from hexo-theme-fluid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.