hexo配置与魔改
未读 0 新建博文
0.1 新建博文
1hexo new "你的博文名称"
0.2 参考设置
1234567891011121314151617181920212223242526272829303132---title: {{ title }} #【必需】页面标题date: #【必需】页面创建日期updated: #【可选】页面更新日期tags: #【可选】文章标签categories: #【可选】文章分类keywords: #【可选】文章关键字description: #【可选】文章描述top: # 1 置顶top_img: #【可选】文章顶部图片comments: #【可选】显示文章评论模块(默认 true)cover: #【可选】文章缩略图toc: #【可选】显示文章 TOCtoc_number: #【可选】显示 toc_numbertoc_style_simple: #【可选】显示 toc 简洁模式copyright: #【可选】显示文章版权模块copyright_author: #【可选】文章版权作者copyri ...
hexo配置与魔改
未读
本文主要是记录以 hexo 的anzhiyu主题搭建博客的过程, twikoo 评论挂载 Vercel 的 CDN 加速,使用腾讯云注册国内域名,整体托管在 github-pages 。
0 hexo-anzhiyu主题的基本框架搭建
这里参考 ZETMAN 博主的基本搭建流程✨
🎉第一期: 零基础快速搭建个人博客, Hexo + GitHub Pages + Cloudflare Pages 全流程指南, 免费部署超详细!
🌅第二期: 从零开始安装AnZhiYu主题, Hexo博客个性化配置全攻略
🧐第三期: 构建全球最强免费图床! GitHub + PicGo + Jsdelivr, 提供无限空间与CDN加速, 完美解决方案
🧑🎓第四期: Twikoo赋能Hexo博客, 快速搭建无缝评论系统
1 Twikoo回复无法通知邮箱
参考配置文档:利用Vercel配置Twikoo评论的云函数
问题描述:
因为新部署的 Vercel环境会默认启动一项功能Vercel Authentication,该功能会导致Twikoo邮件通知失 ...
这是一篇测试文档
这是测试锚点
Penry
Penry
Penry
Penry
12 \sqrt{\frac{1}{2}}
21
Penry 魔刀千刃
header 1
header 2
row 1 col 1
row 1 col 2
row 2 col 1
row 2 col 2
123456789101112131415161718192021222324from sklearn.decomposition import PCAdef pca_demo(): """ PCA降维 :return: """ data = [[2,8,4,5], [6,3,0,8], [5,4,9,1]] # 1、实例化一个转换器类 transform = PCA(n_components=2) # 4个特征降到2个特征 # 2、调用fit_transform data_new = transform.fit_transfor ...
学习笔记
未读Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1$ hexo new "My New Post"
More info: Writing
Run server
1$ hexo server
More info: Server
Generate static files
1$ hexo generate
More info: Generating
Deploy to remote sites
1$ hexo deploy
More info: Deployment