Hexo-Theme-Acrylic icon indicating copy to clipboard operation
Hexo-Theme-Acrylic copied to clipboard

Acrylic-Promote 主题无限期停更

Results 7 Hexo-Theme-Acrylic issues
Sort by recently updated
recently updated
newest added

报错日志如下,不知道是什么问题 ``` TypeError: /home/coder/project/myblogger2/themes/Acrylic/layout/tag.pug:9 7| !=pagecloud({source: site.tags}) 8| #recent-posts(class="recent-posts category_ui") > 9| +articleSort(page.posts) 10| include includes/part/pagination.pug pug_mixins.articleSort is not a function at eval (eval at wrap (/home/coder/project/myblogger2/node_modules/pug-runtime/wrap.js:6:10), :2001:26) at template...

我看_config.yml中有 ``` # 标签外挂 (mermaid) mermaid: enable: true # 主题: default/forest/dark/neutral theme: light: default dark: dark ``` 设置enable为true也不起作用 ``` mermaid: https://unpkg.com/[email protected]/dist/mermaid.min.js ``` 这边设置了cdn,也没有去请求 请问如何开启呢,而且不仅仅只是mermaid,好多公式等插件估计都要类似的开启,现在就是不知道要怎么做

![E0FFC612-C261-488F-B4F8-B545DDEAB301](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic/assets/121849812/ae1849e3-2106-441b-b69a-37c01ceefbad) ![30966E26-936A-4F3D-986A-B579BF1B66F9](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic/assets/121849812/d25af35f-b80c-47c3-98f5-1e7e7aaf35b6) ![754485BB-1931-4A07-9814-2FC8654B2A4C](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic/assets/121849812/5d6f5702-b670-4623-83c1-71685c14af24) 请告诉我怎么解决?

版本:Dev1.0.3 已安装 hexo-algoliasearch插件并进行配置 ![image](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic/assets/99643174/e44deb18-4828-47fe-b4c9-cb4f10fe88ee) ![image](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic/assets/99643174/5bf113dc-d6f4-467d-a969-27a565f32d3f) ![image](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic/assets/99643174/76fec387-b231-4066-9804-619246d8a44f)

下面是我.github/workflows/autodeploy.yml中的内容 ``` # 当有改动推送到master分支时,启动Action name: 自动部署 on: push: branches: - main # 2020年10月后github新建仓库默认分支改为main,注意更改 release: types: - published jobs: deploy: runs-on: ubuntu-latest steps: - name: 检查分支 uses: actions/checkout@v2 with: ref: main...

所以和anzhiyu主题的区别是啥呢

version:Acrylic 1.0.1 issue:The link configuration cannot take effect even if the friendly link is configured in the `yml`file. refer:https://blog.wakehuang.com/link/