Giter Club home page Giter Club logo

happylzyy.github.io's People

Contributors

happylzyy avatar

Stargazers

 avatar

happylzyy.github.io's Issues

heroku反向代理gitalk解决403问题 | HulGodhel's Blog

https://happylzyy.github.io/2022/07/03/use-herokuapp-proxy-gitalk/

Gitalk 403 问题 Gitalk评论系统在登录github时显示error: request failed with status code 403。这是因为 gitalk 在访问 github 时为了解决跨域问题而使用了一个反向代理,这个默认的反向代理近期限制了访问,所以无法使用了。 在网上找了好几个反向代理地址,但是都不好用,因此决定自己建一个反向代理服务器。教程分为两个部分,第一部分

R720-15IKBN MSR 0xE2 CFG Lock 解锁 | HulGodhel's Blog

https://happylzyy.github.io/2022/07/03/how-to-unlock-cfg-lock/

什么是 MSR CFG Lock 解锁? MSR(Model Specific Register)是x86架构中的概念,指的是在x86架构处理器中,一系列用于控制CPU运行、功能开关、调试、跟踪程序执行、监测CPU性能等方面的寄存器。 大多数UEFI主板厂家,锁定了MSR寄存器的第15位为只读,也就是MSR 0xE2 Locking(BIOS 中叫CFG Lock)。苹果macOS系统的电源管理、

给hexo网站增加一些有趣的特效 | HulGodhel's Blog

https://happylzyy.github.io/2022/07/28/add-something-interesting/

给hexo网页添加一些有趣的js来增加乐趣。目前已经添加了两个:鼠标动态线条吸引跟随特效、鼠标文字弹出特效。 鼠标动态线条吸引跟随 虽然没什么用甚至有些遮挡文字阅读,但是特效好看炫酷就完事了。 打开pure主题文件themes/pure/layout/layout.ejs,在标签前加一行 1<script src="https://cdn.bootcdn.

Pure主题使用Katex渲染Latex公式 | HulGodhel's Blog

https://happylzyy.github.io/2022/07/03/how-to-render-latex-equation-code-with-katex/

Pure主题的数学公式功能并不完善,为了支持Katex,对Pure主题和Hexo配置做了大量修改。 Hexo配置修改 Hexo自带的渲染插件不支持数学公式,因此先卸载自带的渲染插件 npm uninstall hexo-renderer-marked --save 删除其他任何与数学公式有关的插件,如hexo-math、markdown-it-katex等等; 删除_config.yaml配置文

使用Hexo建立个人Blog站 | HulGodhel's Blog

https://happylzyy.github.io/2021/08/06/how-to-build-blog-with-hexo/

本文章记录了本博客的建立过程,以下所有操作是在Manjaro Linux上进行的,其他未尽事宜请见官方文档。 Hexo简介 Hexo是一个快速、简洁且高效的博客框架; 可以使用 Markdown 来排版和写文章; 生成的网页是静态页面的,特别适合用来白嫖 GitHub Pages😈。 安装环境 Hexo运行所需的软件和安装命令如下: Node.js 1yay -Sy nodejs npm 由于

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.