AI绘画网站
6open Art
https://6pen.art/
Draft
https://draft.art/
Hexo Renderer Markdown It Plus
官方说明
以下内容翻译自官网(链接:NPM / GitHub)
hexo-renderer-markdown-it-plus
这个渲染插件使用 markdown-it 作为渲染引擎。
这个渲染插件是从 hexo-renderer-markdown-it 派生的。添加了一些插件并支持第三方 markdown-it 插件。
这是 Demo.
主要特点
支持 Markdown
丰富的配置
比默认渲染器更快 | hexo-renderer-marked
sub:H~2~0 H20
sup:x^2^ x2
ins:++Inserted++ Inserted / ~~Del~~ Del
Katex:推荐人
emoji:推荐人
toc&anchor:@[toc]
deflist
abbr
footnote
mark
安装
12npm un hexo-renderer-marked --savenpm i hexo-renderer-markdown-it-plus --save
选项
配置渲染器是一个相当简单的任务,因为所有的设置都在 Hexo 的 _config.yml 文件 ...
Hexo常用NPM
名称
说明
hexo-abbrlink
生成文章链接
hexo-asset-link
转换资源链接
hexo-generator-feed
添加RSS订阅源
hexo-generator-readme-file
生成README.md
hexo-generator-search
提供本地搜索功能
hexo-post-link-marked
处理文章链接
hexo-renderer-markdown-it-plus
Markdown 渲染引擎
hexo-wordcount
为文章统计字数
重大更新
为了优化您的浏览体验,一些重大更新已被应用于此网站中,其内容包括:
Markdown 渲染器引擎更改
部分核心包的更新操作
盘点一些YYDS的开源项目
PowerToys
项目地址
思源笔记
项目地址
💡 思源笔记是一款本地优先的个人知识管理系统, 支持细粒度块级引用和 Markdown 所见即所得。
持续更新中……
VScode下载加速教程
Visual Studio Code 官网
进入 Visual Studio Code 官网正常下载安装包。
右键该下载任务,复制其链接地址。
粘贴到地址栏,将“az764295.vo.msecnd.net”替换为“vscode.cdn.azure.cn”。
Hexo 教程
准备工作
访问 nodejs.org 下载 Node.js 安装包
访问 git-scm.com 下载 Git 安装包(可选)
了解更多:Node.js
强烈建议您选择 LTS 版本(Long Term Supported / 长期技术支持)
双击运行下载的 Node.js 安装包,一路“Next”
打开CMD,输入npm install hexo-cli -g
初始化博客
使用cd ×××命令进入指定目录,再输入hexo init ×××初始化数据。
进入博客文件夹,键入hexo s命令,在浏览器输入”localhost:4000",查看是否配置成功。
发布博客
进入CloudFlare 仪表盘,注册账户后在侧边栏找到“Pages”,创建项目>直接上传
您亦可通过连接到 Git 进行部署
选购域名
该部分操作涉及付费,请三思而后行!
选择合适的域名注册平台,以 NameSilo 为例:
进入购物车,选择支付宝作为付款方式。
交易完成后,网页将自动跳转至域名管理界面。
添加站点
若您尚未拥有域名,请跳过此步。
打开 Cloud ...
谷歌翻译修复方法
本文部分内容摘自网络
方法1
https://github.com/Ponderfly/GoogleTranslateIpCheck
扫描国内可用的谷歌翻译IP
如果都不能使用可以删除ip.txt文件调用远程IP或进入扫描模式
使用参数 -s 可以直接进入扫描模式 -y 自动写入Host文件 -6 进入IPv6模式(如果支持IPv6推荐优先使用)
Windows 需要使用管理员权限运行
Mac 和 Linux 需要在终端中导航到软件目录然后执行
12chmod +x GoogleTranslateIpChecksudo ./GoogleTranslateIpCheck
下载地址
Mac OS:https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.6/GoogleTranslateIpCheck-mac-x64.zi
Window:https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.6/Goog ...
免费图标下载网站
https://zhuanlan.zhihu.com/p/431105940
30 个免费 Icon 网站推荐清单
ICONFINDER
网站:https://www.iconfinder.com/
ICONFINDER 是一个在设计圈中广为人知的图标搜索网站,它界面设计清晰且简洁,只要在网站中输入关键字即可找到需要的不同颜色图标!
【使用说明】
ICONFINDER 包含免费及付费的 icon,如果想要使用免费商用授权的图标,请在搜索页面左边的筛选器中选择Free,即可使用。
flaticon
网站:https://www.flaticon.com/
Flaticon 是一个与 FreePik 同一家公司的网站,专门为设计师找寻免费素材。Flaticon 最棒的特点是可以使用网站内的收寻引擎找到「免费且商业可用」的图标。此外,在这里找到的 icon 及图标都包含了矢量图形文件和常见的图像格式,方便设计师在下载后直接使用。
【使用说明】
使用时需要标注出处,即使用于个人作品也需要。若要用于商业用途则需要购买商用授权。
FIND ICONS
网站:https://fin ...
Fluid
主题更换说明
Fluid Blog(主题博客)
https://hexo.fluid-dev.com/
Fluid Docs(主题使用指南)
https://hexo.fluid-dev.com/docs/
Fluid Repo(主题 GitHub 仓库)
https://github.com/fluid-dev/hexo-theme-fluid
渲染测试页
一级标题
二级标题
三级标题
四级标题
五级标题
六级标题
文本
Markdown 是一种轻量级标记语言,创始人为约翰·格鲁伯(John Gruber)。
加粗
斜体
下划线
删除线
高亮
超链接
列表
有序列表
×××××
×××××
×××××
无序列表
×××××
×××××
×××××
图像
代码块
1234567#include <iostream>using namespace std;int main(){ cout << "Hello, world!" << "\n"; return 0;}
公式块
Γϵ(x)=[1−e−2πϵ]1−x∏n=0∞1−exp(−2πϵ(n+1))1−exp(−2πϵ(x+n))\Gamma _ { \epsilon } ( x ) = [ 1- e ^ { - 2\pi \epsilon } ] ^ { 1- x } \prod _ { n = 0} ^ { \infty } \frac { ...
Hello World
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