Giter VIP home page Giter VIP logo

hexo-theme-reimu's Introduction

hexo-theme-reimu's People

Contributors

d-sketon avatar fossabot avatar mlikiowa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hexo-theme-reimu's Issues

文章封面显示特定内容

我想要在主页文章封面上显示自定义的文章概括,就像演示网站一样,使用description标签貌似不行,请问改如何解决呢?
image

生成阶段错误 提示TypeError

image

hexo 7.0.0 提示错误如图 我没有开发过hexo主题 我不知道怎么处理问题
顺便一提 关于live2d的那个js我之后整个包吧 之后用unpkg jsdelivr经常抽风

咋更新呀?

如题,不想在每次更新博客时看到 warning,但是图标颜色等魔改的比较多,不是很能重新配。所以有更新版本的方法吗?

关于使用giscus

很漂亮的主题!大佬太强了!

_已解决,吧?_由于并不了解前端的东西,就用了一些笨方法。

  • giscus盒子宽度问题:在css/style 中重新设置宽度,覆盖掉引用的default.css
.giscus, .giscus-frame {
  width: auto;
}

.giscus-frame {
  width: 100%
}
  • comments: false 失效问题(可能是我的Hexo 太老了):在layout/_partial/after_footer.ejs 的 giscus.enable 判断中加一个逻辑
<% if (theme.giscus.enable && page.comments) { %>

更新主题的时候报错

Error: connect ECONNREFUSED 127.0.0.1:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
把0.0.6theme文件直接替换掉会出现以上问题,这是我的配置有问题吗?

hexo-blog-decrypt 加密后,代码框没有高亮

正常的文章的代码框:
image

加密后的文章的代码框:
image

输入密码后,第一次加载不会加载高亮代码框。然后后面一段时间内再次打开blog,不需要输入密码,应该是cookie,高亮代码框就能正常显示了。

SVG图片可能造成图片不一致甚至出现锯齿

本机对比图

测试平台:
WIN11
EDGE(120.0.2210.91 X64)
-------------替换SVG为修改的PNG前(未修改)-------------
替换svg前
-------------替换SVG为修改的PNG后-------------
替换svg后

进一步测试

--------使用第三方工具转SVG为PNG然后用PS打开 与本机浏览器渲染一致--------
转成PNG后PS查看
--------用PS直接打开SVG 与本机浏览器渲染不一致 显示效果正常--------
PS查看原图

问题

可以明显看出SVG渲染造成了渲染的图像在不同地方不一样,虽然不是大问题,但是影响观感,我给出的方案是替换为PNG
本身该图标不可能来到200*200px的实现大小,所以不用担心缩放,替换PNG保持图像一致,修复可能存在的锯齿现象是有用的。

解决方案

推荐替换SVG为PNG图

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.