I made a highlights poster for Hexo Theme Cupertino, showcasing some subtle details of it.

#webdev #HexoThemeCupertino #hexo #figma #mockup #poster

改成用pm2管理hexo了,再也不用 cd ~/blog/hexo && hexo clean && hexo g && pkill -f hexo && nohup hexo s -p 8097 了

1. npm install -g pm2

2. nano run_hexo.js
在~/blog/hexo下
内容为:
const { exec } = require('child_process');
exec('hexo server -p 8097', (err, stdout, stderr) => {
if (err) {
console.error(err);
return;
}
console.log(stdout);
});

3. pm2 start run_hexo.js --name "hexo-blog"

4. hexo clean && hexo g

#npm #hexo #博客 #pm2 #js #blog

1. 网站验证,新增hexo.feddit.social 和 github.com/KipJayChou
- '<a rel="me" href="https://mstdn.feddit.social/@admin">Mastodon</a>'
Github则在Social accounts添加https://mstdn.feddit.social/@admin 即可

2. 作者归属,在mstdn.feddit.social显示正常,但是在dev.phanpy.social还未正常显示
- '<meta name="fediverse:creator" content="@admin">'

3. 为hexo.feddit.social 添加iOS/iPadOS PWA所需图标
- '<link rel="apple-touch-icon" href="/images/favicon.png">'

4. 为两篇博客文章更换封面,灵感来源于https://blog.zhheo.com/ ,使用咕噜咕噜的NNP生成

#hexo #github #mastodon #phanpy #pwa #ios #ipados #blog #博客封面

Callouts are available in Hexo Theme Cupertino v2.3.0.

The callouts, <htc-callout>, can be used like a native HTML element, which are built on web components.

https://github.com/MrWillCom/hexo-theme-cupertino/releases/tag/v2.3.0

#webdev #webcomponents #HexoThemeCupertino #hexo

#hexo 怪不得满世界 Next,因为对于新手,只能暂时搞定 Next。搞定之后还不敢改动。
#求助喵友会 #hexo
咱遇到一个很抽象的事情,目前不确定是不是[email protected]的特性
就是当你在本地hexo s调试的时候,[email protected]在本地无法正常渲染分类页面,但是当你部署到云端就可以正常渲染。
也不是说hexo读不到分类只是说无法正常渲染,今天要测试了才发现的这个问题,所有AI都问过了主题也一样切换过,都是同样的情况。所以目前只能怀疑是[email protected]的特性吧​~~

破案了!确实是[email protected]的特性,在今天更新的8.1版本已经修复了
Tak na szybko #blog... #Hexo jest fajne... https://blog.jurkiewicz.pro/
Prywatny blog techniczny Adama - Python, Linux, Security

Opis mojego bloga - dla wszystkich, którzy są ciekawi świata OpenSource; nie obiecuję, że będzie łatwo, lecz na pewno ciekawie...

Prywatny blog techniczny Adama - Python, Linux, Security

✍️ Hexo Generator Anything 2.0

After four years, there is something new for #Hexo users who utilize my plugin ...

https://kiko.io/post/Hexo-Generator-Anything-2-0/

Hexo Generator Anything 2.0 - kiko.io

Refactoring & New Features

kiko.io

Hexo Theme Cupertino v2 is released! 🎊

#hexo #webdev #HexoThemeCupertino