theme-particlex / hexo-theme-particlex

A concise Hexo theme, based on Particle.
MIT License
410 stars 56 forks source link

配合插件的bug #36

Closed wanglh03 closed 1 year ago

wanglh03 commented 1 year ago

使用hexo-bilibili-bangumi,hexo-steam-games这两个插件生成的页面无法翻页。原插件生成页面中按键,现在点不了,其他hexo主题可以,但particleX不行。

argvchs commented 1 year ago

我不道啊

添加导航栏链接试试

# _config.yml

# ParticleX theme icon is adopts the font awesome 6
# Link: https://fontawesome.com/search/

# Main menu navigation
menu:
    home:
        name: house
        theme: solid
        src: /
    about:
        name: id-card
        theme: solid
        src: /about
    archives:
        name: box-archive
        theme: solid
        src: /archives
    categories:
        name: bookmark
        theme: solid
        src: /categories
    tags:
        name: tags
        theme: solid
        src: /tags

显示很乱的话可以调一下 CSS