Hexo-Theme-Next-Configuration

Hexo Theme Next Configuration 创建主题配置文件 # Installed through npm cp node_modules/hexo-theme-next/_config.yml _config.next.yml # Installed through Git cp themes/next/_config.yml _config.next.yml https://theme-next.js.org/docs/getting-started/configuration.html ...

August 16, 2021

无效或已损坏的软件包 (PGP 签名)

无效或已损坏的软件包 (PGP 签名) 现象 提示:无效或已损坏的软件包 (PGP 签名)。出现Keys错误,签名失败,导致 ArchLinux/Manjaro 无法正常升级或者安装软件。 方法1: sud vim /etc/pacman.conf ... [archlinuxcn] SigLevel = Never #SigLevel的值改为 Never 或 Optional TrustAll ... sudo pacman -Syu 方法2: 1,移除旧的keys sudo rm -rf /etc/pacman.d/gnupg ...

May 17, 2020

How to use Hexo and deploy to GitHub Pages

How to use Hexo and deploy to GitHub Pages https://github.com/hexojs/hexo https://hexo.io/docs/ 1. Install Hexo...

May 17, 2017

common Hexo post Steps

common Hexo post Steps: Server preview: hexo clean && hexo g && hexo server Deploy to Gh-pages: hexo clean && hexo g -d && hexo clean Hexo insert images into Mardown Hexo 向 Mardown 中插入图片 Refer: https://zhuanlan.zhihu.com/p/265077468 ...

January 1, 1970