Skip to content

Commit

Permalink
deploy: e62aad6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger committed Jul 18, 2023
1 parent 0af0bd0 commit 9aa4565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://lisz.me/feed.xml" rel="self" type="application/atom+xml" /><link href="https://lisz.me/" rel="alternate" type="text/html" /><updated>2023-07-19T07:14:15+09:00</updated><id>https://lisz.me/feed.xml</id><title type="html">仲儿的自留地</title><subtitle>个人的一个技术博客站点,主要用于记录个人在学习过程中遇到的技术问题及解决方法、技术实验,以及一些比较有趣的事情。</subtitle><author><name>zhonger</name></author><entry><title type="html">图片处理及上传命令行工具 —— PICTL</title><link href="https://lisz.me/tech/project/pictl.html" rel="alternate" type="text/html" title="图片处理及上传命令行工具 —— PICTL" /><published>2023-06-13T13:41:01+09:00</published><updated>2023-06-13T13:41:01+09:00</updated><id>https://lisz.me/tech/project/pictl</id><content type="html" xml:base="https://lisz.me/tech/project/pictl.html"><![CDATA[<h2 id="前言">前言</h2>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://lisz.me/feed.xml" rel="self" type="application/atom+xml" /><link href="https://lisz.me/" rel="alternate" type="text/html" /><updated>2023-07-19T07:17:19+09:00</updated><id>https://lisz.me/feed.xml</id><title type="html">仲儿的自留地</title><subtitle>个人的一个技术博客站点,主要用于记录个人在学习过程中遇到的技术问题及解决方法、技术实验,以及一些比较有趣的事情。</subtitle><author><name>zhonger</name></author><entry><title type="html">图片处理及上传命令行工具 —— PICTL</title><link href="https://lisz.me/tech/project/pictl.html" rel="alternate" type="text/html" title="图片处理及上传命令行工具 —— PICTL" /><published>2023-06-13T13:41:01+09:00</published><updated>2023-06-13T13:41:01+09:00</updated><id>https://lisz.me/tech/project/pictl</id><content type="html" xml:base="https://lisz.me/tech/project/pictl.html"><![CDATA[<h2 id="前言">前言</h2>

<p>  自从博客从 WordPress 转到静态博客(先 Hexo 后 Jekyll)之后,文章的图片处理、图片上传就成了一个不大顺畅的事情。最先是使用了 <a href="https://vgy.me">vgy.me</a> 提供的免费图床,支持直接从剪切板上传,操作上相对比较简单,也不需要任何本地存储。不过后来 vgy.me 进行了升级改版,原先的剪切板上传功能也不再支持了,偶尔还出现图片像素被降低、丢失的问题。同时,考虑到 WebP 格式可能会适合博客使用,而 vgy.me 还不支持该格式。于是开始切换到 “对象存储 + CDN” 的方案。本地准备好的 PNG 格式图片,先通过 <a href="https://developers.google.com/speed/webp/">cwebp</a> 命令行转成 WebP 格式图片,再通过 <a href="https://github.com/gee1k/uPic">uPic</a> 工具修改文件名后上传到对象存储。由于此前采用的是腾讯云的 COS 对象存储和 CDN,经常面临着 SSL 证书更新等琐碎的事情。这样一来,整体的效率实际上并不高,只能说勉强接受。</p>

Expand Down
4 changes: 2 additions & 2 deletions rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>个人的一个技术博客站点,主要用于记录个人在学习过程中遇到的技术问题及解决方法、技术实验,以及一些比较有趣的事情。</description>
<link>https://lisz.me//</link>
<atom:link href="https://lisz.me/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Wed, 19 Jul 2023 07:14:15 +0900</pubDate>
<lastBuildDate>Wed, 19 Jul 2023 07:14:15 +0900</lastBuildDate>
<pubDate>Wed, 19 Jul 2023 07:17:19 +0900</pubDate>
<lastBuildDate>Wed, 19 Jul 2023 07:17:19 +0900</lastBuildDate>
<generator>Jekyll v4.3.2</generator>

<item>
Expand Down

1 comment on commit 9aa4565

@4everland
Copy link

@4everland 4everland bot commented on 9aa4565 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IPFS CID bafybeiejuqw63hilyhwtoby2xcb2oblt7owysz7pdnfjmts63i7nk6y2li
Assigned domain https://blog-e90bcofi-zhonger.4everland.app
https://blog-34.4everland.app
Custom domain https://blog.lep.ink

Please sign in to comment.