hexo-theme-arknights icon indicating copy to clipboard operation
hexo-theme-arknights copied to clipboard

明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine&Gitalk&Waline评论系统、Mermaid图表

Results 13 hexo-theme-arknights issues
Sort by recently updated
recently updated
newest added

建议将在边栏搜索更改为一个窗口搜索,个人认为在左边栏搜索有失美观,并显得杂乱无章。

``` npm: 8.1.2 node: 16.13.2 hexo: 6.0.0 hexo-cli: 4.3.0 ``` 使用此主题构建带Valine评论的网页时未出错 但在测试网页功能时Valine评论刷新后消失 有时候把网页后?t=1xxxxxxxxxx去除后在所有网页或部分网页显示同一个评论 Valine后台Comments有记录 ``` { "nick": "Test", "ip": "2409:*********:f007", "updatedAt": "2022-02-09T00:30:51.390Z", "ACL": { "*": { "read": true } },...

Hexo 的辅助函数 `toc()` 把链接都转义了。 正在寻找解决办法。 ![@LQ2N$3M)5{}S_3`JC1%K4F](https://user-images.githubusercontent.com/33195150/90954850-c2ae5680-e4aa-11ea-9bed-e21630c97382.png)

bug

# 正常显示效果: - 点击蓝色脚注链接①可以跳转到②注释,再点③可以跳到①所在行 ![Snipaste_2020-09-12_22-35-03.jpg](https://i.loli.net/2020/09/12/uzIJpCN6WBtgUex.jpg) ------ # 实际效果: - 点击蓝色脚注链接①会跳转到404页面,而且①处的链接指向(②处)应该是以`#`开头,跳转到页尾,但这里直接跳转到另一个页面了 ![Snipaste_2020-09-12_22-42-10.jpg](https://i.loli.net/2020/09/12/IRg62BkJ9umZqFj.jpg)

这是一个 Hexo 5.0 的新特性。 可参考 [icarus](https://github.com/ppoffice/hexo-theme-icarus)

good first issue

(自己写的代码太丑,希望大佬改一下) 我的代码 1. 在`layout.pug`中的 ``` #total-categories span.total-title Categories: span.total-number= site.categories.length ``` 后面添加 ``` link(rel="stylesheet", href="/css/about_me.css") #about_me.about_me br a(href=theme.social.github.url) img(src=theme.social.github.img, alt="social-github") a(href=theme.social.weibo.url) img(src=theme.social.weibo.img, alt="social-weibo") a(href=theme.social.wyy.url) img(src=theme.social.wyy.img, alt="social-wyy") a(href=theme.social.email.url) img(src=theme.social.email.img, alt="social-email") a(href=theme.social.wechat.url)...

good first issue